#FBD5DB

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

Shades of Cherub #FBD5DB

Tints of Cherub #FBD5DB

Color information

#FBD5DB (or 0xFBD5DB) is unknown color: approx Cherub. HEX triplet: FB, D5 and DB. RGB value is (251,213,219). Sum of RGB (Red+Green+Blue) = 251+213+219=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 213 (83.59% from 255 or 31.19% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD5DB is #042A24. Grayscale: #E1E1E1. Windows color (decimal): -272933 or 14407163. OLE color: 14407163.

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

Color convert

RGB251213219-
CMYK00.150.130.02
HSL350.53º82.61%90.98%-
HSV(B)350.53º15.14%98.43%-
XYZ76.3673.2177.12-
YUV225.05124.59146.51-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 213 (83.59% from 255) = 31.19%
BLUE value IS 219 (85.94% from 255) = 32.06%
R=36.75%
G=31.19%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121321900.150.130.02350.5382.6190.98
HexFBD5DB0FD215f535b
Octal373325333017152537123133
Binary1111101111010101110110110111111011010101111110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD5DB; }

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

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

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

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

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

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

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

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