Html Css Color HEX #F2E4DE Provincial Pink

📋 copy color: '#F2E4DE'

red 242 ◦ green 228 ◦ blue 222

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

Shades of Provincial Pink #F2E4DE

Tints of Provincial Pink #F2E4DE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.95%

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

R = 34.97%
G = 32.95%
B = 32.08%

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

#F2E4DE (or 0xF2E4DE) is known color: Provincial Pink. HEX triplet: F2, E4 and DE. RGB value is (242,228,222). Sum of RGB (Red+Green+Blue) = 242+228+222=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 228 (89.45% from 255 or 32.95% from 692); Blue value is 222 (87.11% from 255 or 32.08% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E4DE is #0D1B21. Grayscale: #E7E7E7. Windows color (decimal): -858914 or 14607602. OLE color: 14607602.

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

Color convert

RGB 242 228 222 -
CMYK 0 0.06 0.08 0.05
HSL 18º 0.43% 0.91% -
HSV(B) 18º 0.08% 0.95% -
XYZ 77.55 79.64 80.39 -
YUV 231.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 242 228 222 0 0.06 0.08 0.05 18 0.43 0.91
Hex F2 E4 DE 0 6 8 5 12 2B 5B
Octal 362 344 336 0 6 10 5 22 53 133
Binary 11110010 11100100 11011110 0 110 1000 101 10010 101011 1011011

Color Harmonies of #F2E4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E4DE

Black with #F2E4DE

Text Example


Text Example

White with #F2E4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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