#FFCBCF

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

Shades of Pink #FFCBCF

Tints of Pink #FFCBCF

Color information

#FFCBCF (or 0xFFCBCF) is unknown color: approx Pink. HEX triplet: FF, CB and CF. RGB value is (255,203,207). Sum of RGB (Red+Green+Blue) = 255+203+207=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBCF is #003430. Grayscale: #DBDBDB. Windows color (decimal): -13361 or 13618175. OLE color: 13618175.

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

Color convert

RGB255203207-
CMYK00.200.190
HSL355.38º100%89.8%-
HSV(B)355.38º20.39%100%-
XYZ73.8668.4868.36-
YUV219121.23153.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 203 (79.69% from 255) = 30.53%
BLUE value IS 207 (81.25% from 255) = 31.13%
R=38.35%
G=30.53%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520320700.200.190355.3810089.8
HexFFCBCF014130163645a
Octal377313317024230543144132
Binary11111111110010111100111101010010011010110001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBCF; }

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

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

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

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

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

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

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

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