Html Css Color HEX #FEE9F2 Lavender Blush

📋 copy color: '#FEE9F2'

red 254 ◦ green 233 ◦ blue 242

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

Shades of Lavender Blush #FEE9F2

Tints of Lavender Blush #FEE9F2

RGB

 RED value IS 254 (99.61% from 255) = 34.84%

 GREEN value IS 233 (91.41% from 255) = 31.96%

 BLUE value IS 242 (94.92% from 255) = 33.2%

R = 34.84%
G = 31.96%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEE9F2 (or 0xFEE9F2) is known color: Lavender Blush. HEX triplet: FE, E9 and F2. RGB value is (254,233,242). Sum of RGB (Red+Green+Blue) = 254+233+242=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 233 (91.41% from 255 or 31.96% from 729); Blue value is 242 (94.92% from 255 or 33.20% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE9F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE9F2 is #01160D. Grayscale: #F0F0F0. Windows color (decimal): -71182 or 15919614. OLE color: 15919614.

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

Color convert

RGB 254 233 242 -
CMYK 0 0.08 0.05 0.00
HSL 334.29º 0.91% 0.95% -
HSV(B) 334.29º 0.08% 1% -
XYZ 86.04 85.76 96.02 -
YUV 240.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 254 233 242 0 0.08 0.05 0.00 334.29 0.91 0.95
Hex FE E9 F2 0 8 5 0 14E 5B 5F
Octal 376 351 362 0 10 5 0 516 133 137
Binary 11111110 11101001 11110010 0 1000 101 0 101001110 1011011 1011111

Color Harmonies of #FEE9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE9F2

Black with #FEE9F2

Text Example


Text Example

White with #FEE9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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