#FBD1D7

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

Shades of Cherub #FBD1D7

Tints of Cherub #FBD1D7

Color information

#FBD1D7 (or 0xFBD1D7) is unknown color: approx Cherub. HEX triplet: FB, D1 and D7. RGB value is (251,209,215). Sum of RGB (Red+Green+Blue) = 251+209+215=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 209 (82.03% from 255 or 30.96% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1D7 is #042E28. Grayscale: #DEDEDE. Windows color (decimal): -273961 or 14143995. OLE color: 14143995.

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

Color convert

RGB251209215-
CMYK00.170.140.02
HSL351.43º84%90.2%-
HSV(B)351.43º16.73%98.43%-
XYZ74.8571.0274.05-
YUV222.24123.91148.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 209 (82.03% from 255) = 30.96%
BLUE value IS 215 (84.38% from 255) = 31.85%
R=37.19%
G=30.96%
B=31.85%

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
Decimal25120921500.170.140.02351.438490.2
HexFBD1D7011E215f545a
Octal373321327021162537124132
Binary11111011110100011101011101000111101010101111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1D7; }

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

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

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

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

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

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

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

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