#FAD5DC

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

Shades of Cherub #FAD5DC

Tints of Cherub #FAD5DC

Color information

#FAD5DC (or 0xFAD5DC) is unknown color: approx Cherub. HEX triplet: FA, D5 and DC. RGB value is (250,213,220). Sum of RGB (Red+Green+Blue) = 250+213+220=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 213 (83.59% from 255 or 31.19% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5DC is #052A23. Grayscale: #E0E0E0. Windows color (decimal): -338468 or 14472698. OLE color: 14472698.

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

Color convert

RGB250213220-
CMYK00.150.120.02
HSL348.65º78.72%90.78%-
HSV(B)348.65º14.8%98.04%-
XYZ76.1473.0877.8-
YUV224.86125.26145.93-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 213 (83.59% from 255) = 31.19%
BLUE value IS 220 (86.33% from 255) = 32.21%
R=36.60%
G=31.19%
B=32.21%

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
Decimal25021322000.150.120.02348.6578.7290.78
HexFAD5DC0FC215d4f5b
Octal372325334017142535117133
Binary1111101011010101110111000111111001010101110110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD5DC; }

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

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

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

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

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

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

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

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