Html Css Color HEX #F9E3DA Provincial Pink

📋 copy color: '#F9E3DA'

red 249 ◦ green 227 ◦ blue 218

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

Shades of Provincial Pink #F9E3DA

Tints of Provincial Pink #F9E3DA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.71%

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

R = 35.88%
G = 32.71%
B = 31.41%

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

#F9E3DA (or 0xF9E3DA) is known color: Provincial Pink. HEX triplet: F9, E3 and DA. RGB value is (249,227,218). Sum of RGB (Red+Green+Blue) = 249+227+218=694 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.88% from 694); Green value is 227 (89.06% from 255 or 32.71% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E3DA is #061C25. Grayscale: #E8E8E8. Windows color (decimal): -400422 or 14345209. OLE color: 14345209.

HSL color Cylindrical-coordinate representation of color #F9E3DA: hue angle of 17.42º 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 #F9E3DA is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 227 218 -
CMYK 0 0.09 0.12 0.02
HSL 17.42º 0.72% 0.92% -
HSV(B) 17.42º 0.12% 0.98% -
XYZ 79.19 80.14 77.62 -
YUV 232.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 249 227 218 0 0.09 0.12 0.02 17.42 0.72 0.92
Hex F9 E3 DA 0 9 C 2 11 48 5C
Octal 371 343 332 0 11 14 2 21 110 134
Binary 11111001 11100011 11011010 0 1001 1100 10 10001 1001000 1011100

Color Harmonies of #F9E3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E3DA

Black with #F9E3DA

Text Example


Text Example

White with #F9E3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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