Html Css Color HEX #F2E3D9 Fair Pink

📋 copy color: '#F2E3D9'

red 242 ◦ green 227 ◦ blue 217

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

Shades of Fair Pink #F2E3D9

Tints of Fair Pink #F2E3D9

RGB

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

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

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

R = 35.28%
G = 33.09%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F2E3D9 (or 0xF2E3D9) is known color: Fair Pink. HEX triplet: F2, E3 and D9. RGB value is (242,227,217). Sum of RGB (Red+Green+Blue) = 242+227+217=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 217 (85.16% from 255 or 31.63% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3D9 is #0D1C26. Grayscale: #E6E6E6. Windows color (decimal): -859175 or 14279666. OLE color: 14279666.

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

Color convert

RGB 242 227 217 -
CMYK 0 0.06 0.10 0.05
HSL 24º 0.49% 0.9% -
HSV(B) 24º 0.1% 0.95% -
XYZ 76.61 78.83 76.82 -
YUV 230.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 242 227 217 0 0.06 0.10 0.05 24 0.49 0.9
Hex F2 E3 D9 0 6 A 5 18 31 5A
Octal 362 343 331 0 6 12 5 30 61 132
Binary 11110010 11100011 11011001 0 110 1010 101 11000 110001 1011010

Color Harmonies of #F2E3D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E3D9

Black with #F2E3D9

Text Example


Text Example

White with #F2E3D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E3D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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