#FFCBB9

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

Shades of Your Pink #FFCBB9

Tints of Your Pink #FFCBB9

Color information

#FFCBB9 (or 0xFFCBB9) is unknown color: approx Your Pink. HEX triplet: FF, CB and B9. RGB value is (255,203,185). Sum of RGB (Red+Green+Blue) = 255+203+185=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 185 (72.66% from 255 or 28.77% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBB9 is #003446. Grayscale: #D8D8D8. Windows color (decimal): -13383 or 12176383. OLE color: 12176383.

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

Color convert

RGB255203185-
CMYK00.200.270
HSL15.43º100%86.27%-
HSV(B)15.43º27.45%100%-
XYZ71.3567.4755.16-
YUV216.5110.23155.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.66%
GREEN value IS 203 (79.69% from 255) = 31.57%
BLUE value IS 185 (72.66% from 255) = 28.77%
R=39.66%
G=31.57%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520318500.200.27015.4310086.27
HexFFCBB90141B0f6456
Octal37731327102433017144126
Binary111111111100101110111001010100110110111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBB9; }

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

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

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

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

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

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

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

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