Html Css Color HEX #F7E6DC Fair Pink

📋 copy color: '#F7E6DC'

red 247 ◦ green 230 ◦ blue 220

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

Shades of Fair Pink #F7E6DC

Tints of Fair Pink #F7E6DC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33%

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

R = 35.44%
G = 33%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F7E6DC (or 0xF7E6DC) is known color: Fair Pink. HEX triplet: F7, E6 and DC. RGB value is (247,230,220). Sum of RGB (Red+Green+Blue) = 247+230+220=697 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.44% from 697); Green value is 230 (90.23% from 255 or 33.00% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7E6DC is #081923. Grayscale: #E9E9E9. Windows color (decimal): -530724 or 14477047. OLE color: 14477047.

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

Color convert

RGB 247 230 220 -
CMYK 0 0.07 0.11 0.03
HSL 22.22º 0.63% 0.92% -
HSV(B) 22.22º 0.11% 0.97% -
XYZ 79.57 81.54 79.25 -
YUV 233.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 247 230 220 0 0.07 0.11 0.03 22.22 0.63 0.92
Hex F7 E6 DC 0 7 B 3 16 3F 5C
Octal 367 346 334 0 7 13 3 26 77 134
Binary 11110111 11100110 11011100 0 111 1011 11 10110 111111 1011100

Color Harmonies of #F7E6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E6DC

Black with #F7E6DC

Text Example


Text Example

White with #F7E6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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