Html Css Color HEX #F7D1D6 Cherub

📋 copy color: '#F7D1D6'

red 247 ◦ green 209 ◦ blue 214

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

Shades of Cherub #F7D1D6

Tints of Cherub #F7D1D6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.19%

 BLUE value IS 214 (83.98% from 255) = 31.94%

R = 36.87%
G = 31.19%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F7D1D6 (or 0xF7D1D6) is known color: Cherub. HEX triplet: F7, D1 and D6. RGB value is (247,209,214). Sum of RGB (Red+Green+Blue) = 247+209+214=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 209 (82.03% from 255 or 31.19% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7D1D6 is #082E29. Grayscale: #DCDCDC. Windows color (decimal): -536106 or 14078455. OLE color: 14078455.

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

Color convert

RGB 247 209 214 -
CMYK 0 0.15 0.13 0.03
HSL 352.11º 0.7% 0.89% -
HSV(B) 352.11º 0.15% 0.97% -
XYZ 73.3 70.23 73.31 -
YUV 220.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 247 209 214 0 0.15 0.13 0.03 352.11 0.7 0.89
Hex F7 D1 D6 0 F D 3 160 46 59
Octal 367 321 326 0 17 15 3 540 106 131
Binary 11110111 11010001 11010110 0 1111 1101 11 101100000 1000110 1011001

Color Harmonies of #F7D1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D1D6

Black with #F7D1D6

Text Example


Text Example

White with #F7D1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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