#FFCBD2

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

Shades of Pink #FFCBD2

Tints of Pink #FFCBD2

Color information

#FFCBD2 (or 0xFFCBD2) is unknown color: approx Pink. HEX triplet: FF, CB and D2. RGB value is (255,203,210). Sum of RGB (Red+Green+Blue) = 255+203+210=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 210 (82.42% from 255 or 31.44% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBD2 is #00342D. Grayscale: #DBDBDB. Windows color (decimal): -13358 or 13814783. OLE color: 13814783.

HSL color Cylindrical-coordinate representation of color #FFCBD2: hue angle of 351.92º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCBD2 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255203210-
CMYK00.200.180
HSL351.92º100%89.8%-
HSV(B)351.92º20.39%100%-
XYZ74.2368.6370.31-
YUV219.35122.73153.43-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 203 (79.69% from 255) = 30.39%
BLUE value IS 210 (82.42% from 255) = 31.44%
R=38.17%
G=30.39%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520321000.200.180351.9210089.8
HexFFCBD2014120160645a
Octal377313322024220540144132
Binary11111111110010111101001001010010010010110000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBD2; }

 p { color: rgb(255,203,210); }

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

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

 a { background-color: rgb(255,203,210); }

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

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

 span { border-color: rgb(255,203,210); }

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