#F6D7DC

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

Shades of Cherub #F6D7DC

Tints of Cherub #F6D7DC

Color information

#F6D7DC (or 0xF6D7DC) is unknown color: approx Cherub. HEX triplet: F6, D7 and DC. RGB value is (246,215,220). Sum of RGB (Red+Green+Blue) = 246+215+220=681 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.12% from 681); Green value is 215 (84.38% from 255 or 31.57% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D7DC is #092823. Grayscale: #E0E0E0. Windows color (decimal): -600100 or 14473206. OLE color: 14473206.

HSL color Cylindrical-coordinate representation of color #F6D7DC: hue angle of 350.32º degrees, saturation: 0.63, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F6D7DC is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB246215220-
CMYK00.130.110.04
HSL350.32º63.27%90.39%-
HSV(B)350.32º12.6%96.47%-
XYZ75.2273.3677.91-
YUV224.84125.27143.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.12%
GREEN value IS 215 (84.38% from 255) = 31.57%
BLUE value IS 220 (86.33% from 255) = 32.31%
R=36.12%
G=31.57%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621522000.130.110.04350.3263.2790.39
HexF6D7DC0DB415e3f5a
Octal36632733401513453677132
Binary1111011011010111110111000110110111001010111101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D7DC; }

 p { color: rgb(246,215,220); }

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

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

 a { background-color: rgb(246,215,220); }

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

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

 span { border-color: rgb(246,215,220); }

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