Html Css Color HEX #F7E2DA Provincial Pink

📋 copy color: '#F7E2DA'

red 247 ◦ green 226 ◦ blue 218

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

Shades of Provincial Pink #F7E2DA

Tints of Provincial Pink #F7E2DA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.71%

 BLUE value IS 218 (85.55% from 255) = 31.55%

R = 35.75%
G = 32.71%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F7E2DA (or 0xF7E2DA) is known color: Provincial Pink. HEX triplet: F7, E2 and DA. RGB value is (247,226,218). Sum of RGB (Red+Green+Blue) = 247+226+218=691 (91% of max value = 765). Red value is 247 (96.88% from 255 or 35.75% from 691); Green value is 226 (88.67% from 255 or 32.71% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E2DA is #081D25. Grayscale: #E7E7E7. Windows color (decimal): -531750 or 14344951. OLE color: 14344951.

HSL color Cylindrical-coordinate representation of color #F7E2DA: hue angle of 16.55º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F7E2DA is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 226 218 -
CMYK 0 0.09 0.12 0.03
HSL 16.55º 0.64% 0.91% -
HSV(B) 16.55º 0.12% 0.97% -
XYZ 78.21 79.23 77.5 -
YUV 231.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 247 226 218 0 0.09 0.12 0.03 16.55 0.64 0.91
Hex F7 E2 DA 0 9 C 3 11 40 5B
Octal 367 342 332 0 11 14 3 21 100 133
Binary 11110111 11100010 11011010 0 1001 1100 11 10001 1000000 1011011

Color Harmonies of #F7E2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E2DA

Black with #F7E2DA

Text Example


Text Example

White with #F7E2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E2DA; }

 p { color: rgb(247,226,218); }

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

background-color css

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

 a { background-color: rgb(247,226,218); }

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

border-color css

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

 span { border-color: rgb(247,226,218); }

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