#FBD5DC

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

Shades of Cherub #FBD5DC

Tints of Cherub #FBD5DC

Color information

#FBD5DC (or 0xFBD5DC) is unknown color: approx Cherub. HEX triplet: FB, D5 and DC. RGB value is (251,213,220). Sum of RGB (Red+Green+Blue) = 251+213+220=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5DC is #042A23. Grayscale: #E1E1E1. Windows color (decimal): -272932 or 14472699. OLE color: 14472699.

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

Color convert

RGB251213220-
CMYK00.150.120.02
HSL348.95º82.61%90.98%-
HSV(B)348.95º15.14%98.43%-
XYZ76.573.2777.82-
YUV225.16125.09146.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 213 (83.59% from 255) = 31.14%
BLUE value IS 220 (86.33% from 255) = 32.16%
R=36.70%
G=31.14%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121322000.150.120.02348.9582.6190.98
HexFBD5DC0FC215d535b
Octal373325334017142535123133
Binary1111101111010101110111000111111001010101110110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5DC; }

 p { color: rgb(251,213,220); }

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

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

 a { background-color: rgb(251,213,220); }

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

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

 span { border-color: rgb(251,213,220); }

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