Html Css Color HEX #F7D6DC Cherub

📋 copy color: '#F7D6DC'

red 247 ◦ green 214 ◦ blue 220

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

Shades of Cherub #F7D6DC

Tints of Cherub #F7D6DC

RGB

 RED value IS 247 (96.88% from 255) = 36.27%

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

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

R = 36.27%
G = 31.42%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7D6DC (or 0xF7D6DC) is known color: Cherub. HEX triplet: F7, D6 and DC. RGB value is (247,214,220). Sum of RGB (Red+Green+Blue) = 247+214+220=681 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.27% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D6DC is #082923. Grayscale: #E0E0E0. Windows color (decimal): -534820 or 14472951. OLE color: 14472951.

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

Color convert

RGB 247 214 220 -
CMYK 0 0.13 0.11 0.03
HSL 349.09º 0.67% 0.9% -
HSV(B) 349.09º 0.13% 0.97% -
XYZ 75.32 73.03 77.84 -
YUV 224.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 247 214 220 0 0.13 0.11 0.03 349.09 0.67 0.9
Hex F7 D6 DC 0 D B 3 15D 43 5A
Octal 367 326 334 0 15 13 3 535 103 132
Binary 11110111 11010110 11011100 0 1101 1011 11 101011101 1000011 1011010

Color Harmonies of #F7D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D6DC

Black with #F7D6DC

Text Example


Text Example

White with #F7D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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