#FBCBDD

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

Shades of Classic Rose #FBCBDD

Tints of Classic Rose #FBCBDD

Color information

#FBCBDD (or 0xFBCBDD) is unknown color: approx Classic Rose. HEX triplet: FB, CB and DD. RGB value is (251,203,221). Sum of RGB (Red+Green+Blue) = 251+203+221=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBDD is #043422. Grayscale: #DBDBDB. Windows color (decimal): -275491 or 14535675. OLE color: 14535675.

HSL color Cylindrical-coordinate representation of color #FBCBDD: hue angle of 337.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCBDD is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251203221-
CMYK00.190.120.02
HSL337.5º85.71%89.02%-
HSV(B)337.5º19.12%98.43%-
XYZ74.1968.4477.71-
YUV219.4128.9150.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 203 (79.69% from 255) = 30.07%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=37.19%
G=30.07%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120322100.190.120.02337.585.7189.02
HexFBCBDD013C21525659
Octal373313335023142522126131
Binary11111011110010111101110101001111001010101001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBDD; }

 p { color: rgb(251,203,221); }

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

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

 a { background-color: rgb(251,203,221); }

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

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

 span { border-color: rgb(251,203,221); }

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