Html Css Color HEX #F2E7E3 Wisp Pink

📋 copy color: '#F2E7E3'

red 242 ◦ green 231 ◦ blue 227

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

Shades of Wisp Pink #F2E7E3

Tints of Wisp Pink #F2E7E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 32.43%

R = 34.57%
G = 33%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F2E7E3 (or 0xF2E7E3) is known color: Wisp Pink. HEX triplet: F2, E7 and E3. RGB value is (242,231,227). Sum of RGB (Red+Green+Blue) = 242+231+227=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 231 (90.62% from 255 or 33% from 700); Blue value is 227 (89.06% from 255 or 32.43% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7E3 is #0D181C. Grayscale: #E9E9E9. Windows color (decimal): -858141 or 14936050. OLE color: 14936050.

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

Color convert

RGB 242 231 227 -
CMYK 0 0.05 0.06 0.05
HSL 16º 0.37% 0.92% -
HSV(B) 16º 0.06% 0.95% -
XYZ 79.06 81.58 84.25 -
YUV 233.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 242 231 227 0 0.05 0.06 0.05 16 0.37 0.92
Hex F2 E7 E3 0 5 6 5 10 25 5C
Octal 362 347 343 0 5 6 5 20 45 134
Binary 11110010 11100111 11100011 0 101 110 101 10000 100101 1011100

Color Harmonies of #F2E7E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E7E3

Black with #F2E7E3

Text Example


Text Example

White with #F2E7E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E7E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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