#FAD6DC

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

Shades of Cherub #FAD6DC

Tints of Cherub #FAD6DC

Color information

#FAD6DC (or 0xFAD6DC) is unknown color: approx Cherub. HEX triplet: FA, D6 and DC. RGB value is (250,214,220). Sum of RGB (Red+Green+Blue) = 250+214+220=684 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.55% from 684); Green value is 214 (83.98% from 255 or 31.29% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6DC is #052923. Grayscale: #E1E1E1. Windows color (decimal): -338212 or 14472954. OLE color: 14472954.

HSL color Cylindrical-coordinate representation of color #FAD6DC: hue angle of 350º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FAD6DC is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB250214220-
CMYK00.140.120.02
HSL350º78.26%90.98%-
HSV(B)350º14.4%98.04%-
XYZ76.3973.5877.89-
YUV225.45124.93145.51-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.55%
GREEN value IS 214 (83.98% from 255) = 31.29%
BLUE value IS 220 (86.33% from 255) = 32.16%
R=36.55%
G=31.29%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021422000.140.120.0235078.2690.98
HexFAD6DC0EC215e4e5b
Octal372326334016142536116133
Binary1111101011010110110111000111011001010101111010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6DC; }

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

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

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

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

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

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

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

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