Html Css Color HEX #F2E2D9 Fair Pink

📋 copy color: '#F2E2D9'

red 242 ◦ green 226 ◦ blue 217

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

Shades of Fair Pink #F2E2D9

Tints of Fair Pink #F2E2D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 31.68%

R = 35.33%
G = 32.99%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2E2D9 (or 0xF2E2D9) is known color: Fair Pink. HEX triplet: F2, E2 and D9. RGB value is (242,226,217). Sum of RGB (Red+Green+Blue) = 242+226+217=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E2D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E2D9 is #0D1D26. Grayscale: #E5E5E5. Windows color (decimal): -859431 or 14279410. OLE color: 14279410.

HSL color Cylindrical-coordinate representation of color #F2E2D9: hue angle of 21.6º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2E2D9 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 226 217 -
CMYK 0 0.07 0.10 0.05
HSL 21.6º 0.49% 0.9% -
HSV(B) 21.6º 0.1% 0.95% -
XYZ 76.34 78.28 76.73 -
YUV 229.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 242 226 217 0 0.07 0.10 0.05 21.6 0.49 0.9
Hex F2 E2 D9 0 7 A 5 16 31 5A
Octal 362 342 331 0 7 12 5 26 61 132
Binary 11110010 11100010 11011001 0 111 1010 101 10110 110001 1011010

Color Harmonies of #F2E2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E2D9

Black with #F2E2D9

Text Example


Text Example

White with #F2E2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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