#FAD5DD

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

Shades of Cherub #FAD5DD

Tints of Cherub #FAD5DD

Color information

#FAD5DD (or 0xFAD5DD) is unknown color: approx Cherub. HEX triplet: FA, D5 and DD. RGB value is (250,213,221). Sum of RGB (Red+Green+Blue) = 250+213+221=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 213 (83.59% from 255 or 31.14% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5DD is #052A22. Grayscale: #E0E0E0. Windows color (decimal): -338467 or 14538234. OLE color: 14538234.

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

Color convert

RGB250213221-
CMYK00.150.120.02
HSL347.03º78.72%90.78%-
HSV(B)347.03º14.8%98.04%-
XYZ76.2773.1378.5-
YUV224.98125.76145.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 213 (83.59% from 255) = 31.14%
BLUE value IS 221 (86.72% from 255) = 32.31%
R=36.55%
G=31.14%
B=32.31%

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
Decimal25021322100.150.120.02347.0378.7290.78
HexFAD5DD0FC215b4f5b
Octal372325335017142533117133
Binary1111101011010101110111010111111001010101101110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5DD; }

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

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

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

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

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

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

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

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