Html Css Color HEX #F2E3DE Provincial Pink

📋 copy color: '#F2E3DE'

red 242 ◦ green 227 ◦ blue 222

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

Shades of Provincial Pink #F2E3DE

Tints of Provincial Pink #F2E3DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 32.13%

R = 35.02%
G = 32.85%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F2E3DE (or 0xF2E3DE) is known color: Provincial Pink. HEX triplet: F2, E3 and DE. RGB value is (242,227,222). Sum of RGB (Red+Green+Blue) = 242+227+222=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 227 (89.06% from 255 or 32.85% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3DE is #0D1C21. Grayscale: #E6E6E6. Windows color (decimal): -859170 or 14607346. OLE color: 14607346.

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

Color convert

RGB 242 227 222 -
CMYK 0 0.06 0.08 0.05
HSL 15º 0.43% 0.91% -
HSV(B) 15º 0.08% 0.95% -
XYZ 77.27 79.09 80.3 -
YUV 230.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 242 227 222 0 0.06 0.08 0.05 15 0.43 0.91
Hex F2 E3 DE 0 6 8 5 F 2B 5B
Octal 362 343 336 0 6 10 5 17 53 133
Binary 11110010 11100011 11011110 0 110 1000 101 1111 101011 1011011

Color Harmonies of #F2E3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E3DE

Black with #F2E3DE

Text Example


Text Example

White with #F2E3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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