Html Css Color HEX #F2EBE9 Wisp Pink

📋 copy color: '#F2EBE9'

red 242 ◦ green 235 ◦ blue 233

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

Shades of Wisp Pink #F2EBE9

Tints of Wisp Pink #F2EBE9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.1%

 BLUE value IS 233 (91.41% from 255) = 32.82%

R = 34.08%
G = 33.1%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F2EBE9 (or 0xF2EBE9) is known color: Wisp Pink. HEX triplet: F2, EB and E9. RGB value is (242,235,233). Sum of RGB (Red+Green+Blue) = 242+235+233=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 233 (91.41% from 255 or 32.82% from 710); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EBE9 is #0D1416. Grayscale: #ECECEC. Windows color (decimal): -857111 or 15330290. OLE color: 15330290.

HSL color Cylindrical-coordinate representation of color #F2EBE9: hue angle of 13.33º degrees, saturation: 0.26, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2EBE9 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 235 233 -
CMYK 0 0.03 0.04 0.05
HSL 13.33º 0.26% 0.93% -
HSV(B) 13.33º 0.04% 0.95% -
XYZ 81.03 84.18 89.07 -
YUV 236.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 242 235 233 0 0.03 0.04 0.05 13.33 0.26 0.93
Hex F2 EB E9 0 3 4 5 D 1A 5D
Octal 362 353 351 0 3 4 5 15 32 135
Binary 11110010 11101011 11101001 0 11 100 101 1101 11010 1011101

Color Harmonies of #F2EBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EBE9

Black with #F2EBE9

Text Example


Text Example

White with #F2EBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EBE9; }

 p { color: rgb(242,235,233); }

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

background-color css

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

 a { background-color: rgb(242,235,233); }

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

border-color css

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

 span { border-color: rgb(242,235,233); }

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