Html Css Color HEX #F6D6DC Cherub

📋 copy color: '#F6D6DC'

red 246 ◦ green 214 ◦ blue 220

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

Shades of Cherub #F6D6DC

Tints of Cherub #F6D6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.47%

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

R = 36.18%
G = 31.47%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F6D6DC (or 0xF6D6DC) is known color: Cherub. HEX triplet: F6, D6 and DC. RGB value is (246,214,220). Sum of RGB (Red+Green+Blue) = 246+214+220=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D6DC is #092923. Grayscale: #E0E0E0. Windows color (decimal): -600356 or 14472950. OLE color: 14472950.

HSL color Cylindrical-coordinate representation of color #F6D6DC: hue angle of 348.75º degrees, saturation: 0.64, 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 #F6D6DC is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 214 220 -
CMYK 0 0.13 0.11 0.04
HSL 348.75º 0.64% 0.9% -
HSV(B) 348.75º 0.13% 0.96% -
XYZ 74.97 72.85 77.82 -
YUV 224.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 246 214 220 0 0.13 0.11 0.04 348.75 0.64 0.9
Hex F6 D6 DC 0 D B 4 15D 40 5A
Octal 366 326 334 0 15 13 4 535 100 132
Binary 11110110 11010110 11011100 0 1101 1011 100 101011101 1000000 1011010

Color Harmonies of #F6D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D6DC

Black with #F6D6DC

Text Example


Text Example

White with #F6D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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