#FFCBD0

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

Shades of Pink #FFCBD0

Tints of Pink #FFCBD0

Color information

#FFCBD0 (or 0xFFCBD0) is unknown color: approx Pink. HEX triplet: FF, CB and D0. RGB value is (255,203,208). Sum of RGB (Red+Green+Blue) = 255+203+208=666 (88% of max value = 765). Red value is 255 (100% from 255 or 38.29% from 666); Green value is 203 (79.69% from 255 or 30.48% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBD0 is #00342F. Grayscale: #DBDBDB. Windows color (decimal): -13360 or 13683711. OLE color: 13683711.

HSL color Cylindrical-coordinate representation of color #FFCBD0: hue angle of 354.23º 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 #FFCBD0 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255203208-
CMYK00.200.180
HSL354.23º100%89.8%-
HSV(B)354.23º20.39%100%-
XYZ73.9868.5369-
YUV219.12121.73153.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.29%
GREEN value IS 203 (79.69% from 255) = 30.48%
BLUE value IS 208 (81.64% from 255) = 31.23%
R=38.29%
G=30.48%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520320800.200.180354.2310089.8
HexFFCBD0014120162645a
Octal377313320024220542144132
Binary11111111110010111101000001010010010010110001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBD0; }

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

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

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

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

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

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

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

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