Html Css Color HEX #F0E2DC Provincial Pink

📋 copy color: '#F0E2DC'

red 240 ◦ green 226 ◦ blue 220

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

Shades of Provincial Pink #F0E2DC

Tints of Provincial Pink #F0E2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.07%

R = 34.99%
G = 32.94%
B = 32.07%

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

#F0E2DC (or 0xF0E2DC) is known color: Provincial Pink. HEX triplet: F0, E2 and DC. RGB value is (240,226,220). Sum of RGB (Red+Green+Blue) = 240+226+220=686 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.99% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E2DC is #0F1D23. Grayscale: #E5E5E5. Windows color (decimal): -990500 or 14476016. OLE color: 14476016.

HSL color Cylindrical-coordinate representation of color #F0E2DC: hue angle of 18º degrees, saturation: 0.4, 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 #F0E2DC is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 226 220 -
CMYK 0 0.06 0.08 0.06
HSL 18º 0.4% 0.9% -
HSV(B) 18º 0.08% 0.94% -
XYZ 76.05 78.09 78.77 -
YUV 229.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 240 226 220 0 0.06 0.08 0.06 18 0.4 0.9
Hex F0 E2 DC 0 6 8 6 12 28 5A
Octal 360 342 334 0 6 10 6 22 50 132
Binary 11110000 11100010 11011100 0 110 1000 110 10010 101000 1011010

Color Harmonies of #F0E2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E2DC

Black with #F0E2DC

Text Example


Text Example

White with #F0E2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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