Html Css Color HEX #F7E5DC Provincial Pink

📋 copy color: '#F7E5DC'

red 247 ◦ green 229 ◦ blue 220

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

Shades of Provincial Pink #F7E5DC

Tints of Provincial Pink #F7E5DC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.9%

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

R = 35.49%
G = 32.9%
B = 31.61%

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

#F7E5DC (or 0xF7E5DC) is known color: Provincial Pink. HEX triplet: F7, E5 and DC. RGB value is (247,229,220). Sum of RGB (Red+Green+Blue) = 247+229+220=696 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.49% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E5DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E5DC is #081A23. Grayscale: #E9E9E9. Windows color (decimal): -530980 or 14476791. OLE color: 14476791.

HSL color Cylindrical-coordinate representation of color #F7E5DC: hue angle of 20º 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 #F7E5DC is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 229 220 -
CMYK 0 0.07 0.11 0.03
HSL 20º 0.63% 0.92% -
HSV(B) 20º 0.11% 0.97% -
XYZ 79.3 80.98 79.16 -
YUV 233.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 247 229 220 0 0.07 0.11 0.03 20 0.63 0.92
Hex F7 E5 DC 0 7 B 3 14 3F 5C
Octal 367 345 334 0 7 13 3 24 77 134
Binary 11110111 11100101 11011100 0 111 1011 11 10100 111111 1011100

Color Harmonies of #F7E5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E5DC

Black with #F7E5DC

Text Example


Text Example

White with #F7E5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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