Html Css Color HEX #F0E1DA Provincial Pink

📋 copy color: '#F0E1DA'

red 240 ◦ green 225 ◦ blue 218

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

Shades of Provincial Pink #F0E1DA

Tints of Provincial Pink #F0E1DA

RGB

 RED value IS 240 (94.14% from 255) = 35.14%

 GREEN value IS 225 (88.28% from 255) = 32.94%

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

R = 35.14%
G = 32.94%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#F0E1DA (or 0xF0E1DA) is known color: Provincial Pink. HEX triplet: F0, E1 and DA. RGB value is (240,225,218). Sum of RGB (Red+Green+Blue) = 240+225+218=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E1DA is #0F1E25. Grayscale: #E4E4E4. Windows color (decimal): -990758 or 14344688. OLE color: 14344688.

HSL color Cylindrical-coordinate representation of color #F0E1DA: hue angle of 19.09º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0E1DA is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 225 218 -
CMYK 0 0.06 0.09 0.06
HSL 19.09º 0.42% 0.9% -
HSV(B) 19.09º 0.09% 0.94% -
XYZ 75.52 77.44 77.3 -
YUV 228.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 240 225 218 0 0.06 0.09 0.06 19.09 0.42 0.9
Hex F0 E1 DA 0 6 9 6 13 2A 5A
Octal 360 341 332 0 6 11 6 23 52 132
Binary 11110000 11100001 11011010 0 110 1001 110 10011 101010 1011010

Color Harmonies of #F0E1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E1DA

Black with #F0E1DA

Text Example


Text Example

White with #F0E1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E1DA; }

 p { color: rgb(240,225,218); }

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

background-color css

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

 a { background-color: rgb(240,225,218); }

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

border-color css

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

 span { border-color: rgb(240,225,218); }

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