Html Css Color HEX #F2E2DC Provincial Pink

📋 copy color: '#F2E2DC'

red 242 ◦ green 226 ◦ blue 220

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

Shades of Provincial Pink #F2E2DC

Tints of Provincial Pink #F2E2DC

RGB

 RED value IS 242 (94.92% from 255) = 35.17%

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

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

R = 35.17%
G = 32.85%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2E2DC (or 0xF2E2DC) is known color: Provincial Pink. HEX triplet: F2, E2 and DC. RGB value is (242,226,220). Sum of RGB (Red+Green+Blue) = 242+226+220=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2DC is #0D1D23. Grayscale: #E6E6E6. Windows color (decimal): -859428 or 14476018. OLE color: 14476018.

HSL color Cylindrical-coordinate representation of color #F2E2DC: hue angle of 16.36º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E2DC is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 226 220 -
CMYK 0 0.07 0.09 0.05
HSL 16.36º 0.46% 0.91% -
HSV(B) 16.36º 0.09% 0.95% -
XYZ 76.73 78.44 78.81 -
YUV 230.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 242 226 220 0 0.07 0.09 0.05 16.36 0.46 0.91
Hex F2 E2 DC 0 7 9 5 10 2E 5B
Octal 362 342 334 0 7 11 5 20 56 133
Binary 11110010 11100010 11011100 0 111 1001 101 10000 101110 1011011

Color Harmonies of #F2E2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E2DC

Black with #F2E2DC

Text Example


Text Example

White with #F2E2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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