#FAD5DA

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

Shades of Cherub #FAD5DA

Tints of Cherub #FAD5DA

Color information

#FAD5DA (or 0xFAD5DA) is unknown color: approx Cherub. HEX triplet: FA, D5 and DA. RGB value is (250,213,218). Sum of RGB (Red+Green+Blue) = 250+213+218=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 213 (83.59% from 255 or 31.28% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5DA is #052A25. Grayscale: #E0E0E0. Windows color (decimal): -338470 or 14341626. OLE color: 14341626.

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

Color convert

RGB250213218-
CMYK00.150.130.02
HSL351.89º78.72%90.78%-
HSV(B)351.89º14.8%98.04%-
XYZ75.8772.9776.42-
YUV224.63124.26146.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.71%
GREEN value IS 213 (83.59% from 255) = 31.28%
BLUE value IS 218 (85.55% from 255) = 32.01%
R=36.71%
G=31.28%
B=32.01%

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
Decimal25021321800.150.130.02351.8978.7290.78
HexFAD5DA0FD21604f5b
Octal372325332017152540117133
Binary1111101011010101110110100111111011010110000010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5DA; }

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

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

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

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

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

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

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

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