Html Css Color HEX #F2E0D3 Fair Pink

📋 copy color: '#F2E0D3'

red 242 ◦ green 224 ◦ blue 211

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

Shades of Fair Pink #F2E0D3

Tints of Fair Pink #F2E0D3

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.09%

 BLUE value IS 211 (82.81% from 255) = 31.17%

R = 35.75%
G = 33.09%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F2E0D3 (or 0xF2E0D3) is known color: Fair Pink. HEX triplet: F2, E0 and D3. RGB value is (242,224,211). Sum of RGB (Red+Green+Blue) = 242+224+211=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 211 (82.81% from 255 or 31.17% from 677); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0D3 is #0D1F2C. Grayscale: #E3E3E3. Windows color (decimal): -859949 or 13885682. OLE color: 13885682.

HSL color Cylindrical-coordinate representation of color #F2E0D3: hue angle of 25.16º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2E0D3 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 224 211 -
CMYK 0 0.07 0.13 0.05
HSL 25.16º 0.54% 0.89% -
HSV(B) 25.16º 0.13% 0.95% -
XYZ 75.03 76.89 72.52 -
YUV 227.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 242 224 211 0 0.07 0.13 0.05 25.16 0.54 0.89
Hex F2 E0 D3 0 7 D 5 19 36 59
Octal 362 340 323 0 7 15 5 31 66 131
Binary 11110010 11100000 11010011 0 111 1101 101 11001 110110 1011001

Color Harmonies of #F2E0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E0D3

Black with #F2E0D3

Text Example


Text Example

White with #F2E0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E0D3; }

 p { color: rgb(242,224,211); }

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

background-color css

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

 a { background-color: rgb(242,224,211); }

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

border-color css

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

 span { border-color: rgb(242,224,211); }

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