Html Css Color HEX #F2E3DC Provincial Pink

📋 copy color: '#F2E3DC'

red 242 ◦ green 227 ◦ blue 220

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

Shades of Provincial Pink #F2E3DC

Tints of Provincial Pink #F2E3DC

RGB

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

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

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

R = 35.12%
G = 32.95%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2E3DC (or 0xF2E3DC) is known color: Provincial Pink. HEX triplet: F2, E3 and DC. RGB value is (242,227,220). Sum of RGB (Red+Green+Blue) = 242+227+220=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3DC is #0D1C23. Grayscale: #E6E6E6. Windows color (decimal): -859172 or 14476274. OLE color: 14476274.

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

Color convert

RGB 242 227 220 -
CMYK 0 0.06 0.09 0.05
HSL 19.09º 0.46% 0.91% -
HSV(B) 19.09º 0.09% 0.95% -
XYZ 77.01 78.98 78.9 -
YUV 230.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 242 227 220 0 0.06 0.09 0.05 19.09 0.46 0.91
Hex F2 E3 DC 0 6 9 5 13 2E 5B
Octal 362 343 334 0 6 11 5 23 56 133
Binary 11110010 11100011 11011100 0 110 1001 101 10011 101110 1011011

Color Harmonies of #F2E3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E3DC

Black with #F2E3DC

Text Example


Text Example

White with #F2E3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E3DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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