Html Css Color HEX #F0E2DD Provincial Pink

📋 copy color: '#F0E2DD'

red 240 ◦ green 226 ◦ blue 221

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

Shades of Provincial Pink #F0E2DD

Tints of Provincial Pink #F0E2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.17%

R = 34.93%
G = 32.9%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0E2DD (or 0xF0E2DD) is known color: Provincial Pink. HEX triplet: F0, E2 and DD. RGB value is (240,226,221). Sum of RGB (Red+Green+Blue) = 240+226+221=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 226 (88.67% from 255 or 32.90% from 687); Blue value is 221 (86.72% from 255 or 32.17% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2DD is #0F1D22. Grayscale: #E5E5E5. Windows color (decimal): -990499 or 14541552. OLE color: 14541552.

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

Color convert

RGB 240 226 221 -
CMYK 0 0.06 0.08 0.06
HSL 15.79º 0.39% 0.9% -
HSV(B) 15.79º 0.08% 0.94% -
XYZ 76.18 78.14 79.47 -
YUV 229.62 123.14 135.41 -
System Red Green Blue C M Y K H S L
Decimal 240 226 221 0 0.06 0.08 0.06 15.79 0.39 0.9
Hex F0 E2 DD 0 6 8 6 10 27 5A
Octal 360 342 335 0 6 10 6 20 47 132
Binary 11110000 11100010 11011101 0 110 1000 110 10000 100111 1011010

Color Harmonies of #F0E2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E2DD

Black with #F0E2DD

Text Example


Text Example

White with #F0E2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E2DD; }

 p { color: rgb(240,226,221); }

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

background-color css

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

 a { background-color: rgb(240,226,221); }

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

border-color css

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

 span { border-color: rgb(240,226,221); }

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