#FAD5DB

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

Shades of Cherub #FAD5DB

Tints of Cherub #FAD5DB

Color information

#FAD5DB (or 0xFAD5DB) is unknown color: approx Cherub. HEX triplet: FA, D5 and DB. RGB value is (250,213,219). Sum of RGB (Red+Green+Blue) = 250+213+219=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5DB is #052A24. Grayscale: #E0E0E0. Windows color (decimal): -338469 or 14407162. OLE color: 14407162.

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

Color convert

RGB250213219-
CMYK00.150.120.02
HSL350.27º78.72%90.78%-
HSV(B)350.27º14.8%98.04%-
XYZ7673.0377.11-
YUV224.75124.76146.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.66%
GREEN value IS 213 (83.59% from 255) = 31.23%
BLUE value IS 219 (85.94% from 255) = 32.11%
R=36.66%
G=31.23%
B=32.11%

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
Decimal25021321900.150.120.02350.2778.7290.78
HexFAD5DB0FC215e4f5b
Octal372325333017142536117133
Binary1111101011010101110110110111111001010101111010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5DB; }

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

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

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

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

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

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

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

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