#fd1ccb

Color #FD1CCB Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #FD1CCB

Tints of Shocking Pink #FD1CCB

Color information

#FD1CCB (or 0xFD1CCB) is unknown color: approx Shocking Pink. HEX triplet: FD, 1C and CB. RGB value is (253,28,203). Sum of RGB (Red+Green+Blue) = 253+28+203=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 28 (11.33% from 255 or 5.79% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CCB is #02E334. Grayscale: #727272. Windows color (decimal): -189237 or 13311229. OLE color: 13311229.

HSL color Cylindrical-coordinate representation of color #FD1CCB: hue angle of 313.33º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1CCB is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB25328203-
CMYK00.890.200.01
HSL313.33º98.25%55.1%-
HSV(B)313.33º88.93%99.22%-
XYZ51.726.0258.8-
YUV115.22177.54226.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 52.27%
GREEN value IS 28 (11.33% from 255) = 5.79%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=52.27%
G=5.79%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532820300.890.200.01313.3398.2555.1
HexFD1CCB0591411396237
Octal37534313013124147114267
Binary111111011110011001011010110011010011001110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd1ccb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd1ccb; }

 p { color: rgb(253,28,203); }

 H1.HeaderClassName
 {
   color: #fd1ccb;
 }
 .AnyTagClassName
 {
   color: #fd1ccb;
 }
</style>
background-color css

<style>
 a { background-color: #fd1ccb; }

 a { background-color: rgb(253,28,203); }

 div.DivClassName
 {
   background-color: #fd1ccb;
 }
 .BgClassName
 {
   background-color: #fd1ccb;
 }
</style>
border-color css

<style>
 span { border-color: #fd1ccb; }

 span { border-color: rgb(253,28,203); }

 td.TdClassName
 {
   border-color: #fd1ccb;
 }
 .TagClassName
 {
   border-color: #fd1ccb;
 }
</style>