#FAD6DD

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

Shades of Cherub #FAD6DD

Tints of Cherub #FAD6DD

Color information

#FAD6DD (or 0xFAD6DD) is unknown color: approx Cherub. HEX triplet: FA, D6 and DD. RGB value is (250,214,221). Sum of RGB (Red+Green+Blue) = 250+214+221=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD6DD is #052922. Grayscale: #E1E1E1. Windows color (decimal): -338211 or 14538490. OLE color: 14538490.

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

Color convert

RGB250214221-
CMYK00.140.120.02
HSL348.33º78.26%90.98%-
HSV(B)348.33º14.4%98.04%-
XYZ76.5273.6478.59-
YUV225.56125.43145.43-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.50%
GREEN value IS 214 (83.98% from 255) = 31.24%
BLUE value IS 221 (86.72% from 255) = 32.26%
R=36.50%
G=31.24%
B=32.26%

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
Decimal25021422100.140.120.02348.3378.2690.98
HexFAD6DD0EC215c4e5b
Octal372326335016142534116133
Binary1111101011010110110111010111011001010101110010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD6DD; }

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

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

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

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

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

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

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

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