#FBD2D9

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

Shades of Cherub #FBD2D9

Tints of Cherub #FBD2D9

Color information

#FBD2D9 (or 0xFBD2D9) is unknown color: approx Cherub. HEX triplet: FB, D2 and D9. RGB value is (251,210,217). Sum of RGB (Red+Green+Blue) = 251+210+217=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 210 (82.42% from 255 or 30.97% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2D9 is #042D26. Grayscale: #DFDFDF. Windows color (decimal): -273703 or 14275323. OLE color: 14275323.

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

Color convert

RGB251210217-
CMYK00.160.140.02
HSL349.76º83.67%90.39%-
HSV(B)349.76º16.33%98.43%-
XYZ75.3571.6175.5-
YUV223.06124.58147.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 210 (82.42% from 255) = 30.97%
BLUE value IS 217 (85.16% from 255) = 32.01%
R=37.02%
G=30.97%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121021700.160.140.02349.7683.6790.39
HexFBD2D9010E215e545a
Octal373322331020162536124132
Binary11111011110100101101100101000011101010101111010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2D9; }

 p { color: rgb(251,210,217); }

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

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

 a { background-color: rgb(251,210,217); }

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

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

 span { border-color: rgb(251,210,217); }

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