#FBD0D6

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

Shades of Cherub #FBD0D6

Tints of Cherub #FBD0D6

Color information

#FBD0D6 (or 0xFBD0D6) is unknown color: approx Cherub. HEX triplet: FB, D0 and D6. RGB value is (251,208,214). Sum of RGB (Red+Green+Blue) = 251+208+214=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 214 (83.98% from 255 or 31.80% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0D6 is #042F29. Grayscale: #DDDDDD. Windows color (decimal): -274218 or 14078203. OLE color: 14078203.

HSL color Cylindrical-coordinate representation of color #FBD0D6: hue angle of 351.63º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD0D6 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251208214-
CMYK00.170.150.02
HSL351.63º84.31%90%-
HSV(B)351.63º17.13%98.43%-
XYZ74.4870.4873.3-
YUV221.54123.75149.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 208 (81.64% from 255) = 30.91%
BLUE value IS 214 (83.98% from 255) = 31.80%
R=37.30%
G=30.91%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120821400.170.150.02351.6384.3190
HexFBD0D6011F2160545a
Octal373320326021172540124132
Binary11111011110100001101011001000111111010110000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0D6; }

 p { color: rgb(251,208,214); }

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

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

 a { background-color: rgb(251,208,214); }

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

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

 span { border-color: rgb(251,208,214); }

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