Html Css Color HEX #F2E7E0 Fair Pink

📋 copy color: '#F2E7E0'

red 242 ◦ green 231 ◦ blue 224

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

Shades of Fair Pink #F2E7E0

Tints of Fair Pink #F2E7E0

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.14%

 BLUE value IS 224 (87.89% from 255) = 32.14%

R = 34.72%
G = 33.14%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F2E7E0 (or 0xF2E7E0) is known color: Fair Pink. HEX triplet: F2, E7 and E0. RGB value is (242,231,224). Sum of RGB (Red+Green+Blue) = 242+231+224=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 231 (90.62% from 255 or 33.14% from 697); Blue value is 224 (87.89% from 255 or 32.14% from 697); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7E0 is #0D181F. Grayscale: #E9E9E9. Windows color (decimal): -858144 or 14739442. OLE color: 14739442.

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

Color convert

RGB 242 231 224 -
CMYK 0 0.05 0.07 0.05
HSL 23.33º 0.41% 0.91% -
HSV(B) 23.33º 0.07% 0.95% -
XYZ 78.65 81.41 82.09 -
YUV 233.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 242 231 224 0 0.05 0.07 0.05 23.33 0.41 0.91
Hex F2 E7 E0 0 5 7 5 17 29 5B
Octal 362 347 340 0 5 7 5 27 51 133
Binary 11110010 11100111 11100000 0 101 111 101 10111 101001 1011011

Color Harmonies of #F2E7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E7E0

Black with #F2E7E0

Text Example


Text Example

White with #F2E7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E7E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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