#FBD1D9

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

Shades of Cherub #FBD1D9

Tints of Cherub #FBD1D9

Color information

#FBD1D9 (or 0xFBD1D9) is unknown color: approx Cherub. HEX triplet: FB, D1 and D9. RGB value is (251,209,217). Sum of RGB (Red+Green+Blue) = 251+209+217=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 209 (82.03% from 255 or 30.87% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1D9 is #042E26. Grayscale: #DEDEDE. Windows color (decimal): -273959 or 14275067. OLE color: 14275067.

HSL color Cylindrical-coordinate representation of color #FBD1D9: hue angle of 348.57º 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 #FBD1D9 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB251209217-
CMYK00.170.140.02
HSL348.57º84%90.2%-
HSV(B)348.57º16.73%98.43%-
XYZ75.1171.1275.41-
YUV222.47124.91148.35-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.08%
GREEN value IS 209 (82.03% from 255) = 30.87%
BLUE value IS 217 (85.16% from 255) = 32.05%
R=37.08%
G=30.87%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120921700.170.140.02348.578490.2
HexFBD1D9011E215d545a
Octal373321331021162535124132
Binary11111011110100011101100101000111101010101110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1D9; }

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

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

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

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

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

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

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

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