Html Css Color HEX #F9E2DA Provincial Pink

📋 copy color: '#F9E2DA'

red 249 ◦ green 226 ◦ blue 218

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

Shades of Provincial Pink #F9E2DA

Tints of Provincial Pink #F9E2DA

RGB

 RED value IS 249 (97.66% from 255) = 35.93%

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

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

R = 35.93%
G = 32.61%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#F9E2DA (or 0xF9E2DA) is known color: Provincial Pink. HEX triplet: F9, E2 and DA. RGB value is (249,226,218). Sum of RGB (Red+Green+Blue) = 249+226+218=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 226 (88.67% from 255 or 32.61% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E2DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E2DA is #061D25. Grayscale: #E8E8E8. Windows color (decimal): -400678 or 14344953. OLE color: 14344953.

HSL color Cylindrical-coordinate representation of color #F9E2DA: hue angle of 15.48º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9E2DA is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 226 218 -
CMYK 0 0.09 0.12 0.02
HSL 15.48º 0.72% 0.92% -
HSV(B) 15.48º 0.12% 0.98% -
XYZ 78.92 79.59 77.53 -
YUV 231.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 249 226 218 0 0.09 0.12 0.02 15.48 0.72 0.92
Hex F9 E2 DA 0 9 C 2 F 48 5C
Octal 371 342 332 0 11 14 2 17 110 134
Binary 11111001 11100010 11011010 0 1001 1100 10 1111 1001000 1011100

Color Harmonies of #F9E2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E2DA

Black with #F9E2DA

Text Example


Text Example

White with #F9E2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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