Html Css Color HEX #F6D8DC Cherub

📋 copy color: '#F6D8DC'

red 246 ◦ green 216 ◦ blue 220

#F6D8DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherub #F6D8DC

Tints of Cherub #F6D8DC

RGB

 RED value IS 246 (96.48% from 255) = 36.07%

 GREEN value IS 216 (84.77% from 255) = 31.67%

 BLUE value IS 220 (86.33% from 255) = 32.26%

R = 36.07%
G = 31.67%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6D8DC (or 0xF6D8DC) is known color: Cherub. HEX triplet: F6, D8 and DC. RGB value is (246,216,220). Sum of RGB (Red+Green+Blue) = 246+216+220=682 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.07% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D8DC is #092723. Grayscale: #E1E1E1. Windows color (decimal): -599844 or 14473462. OLE color: 14473462.

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

Color convert

RGB 246 216 220 -
CMYK 0 0.12 0.11 0.04
HSL 352º 0.63% 0.91% -
HSV(B) 352º 0.12% 0.96% -
XYZ 75.48 73.87 77.99 -
YUV 225.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 246 216 220 0 0.12 0.11 0.04 352 0.63 0.91
Hex F6 D8 DC 0 C B 4 160 3E 5B
Octal 366 330 334 0 14 13 4 540 76 133
Binary 11110110 11011000 11011100 0 1100 1011 100 101100000 111110 1011011

Color Harmonies of #F6D8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D8DC

Black with #F6D8DC

Text Example


Text Example

White with #F6D8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D8DC; }

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

 H1.HeaderClassName
 {
   color: #F6D8DC;
 }
 .AnyTagClassName
 {
   color: #F6D8DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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