Html Css Color HEX #FEE7F0 Lavender Blush

📋 copy color: '#FEE7F0'

red 254 ◦ green 231 ◦ blue 240

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

Shades of Lavender Blush #FEE7F0

Tints of Lavender Blush #FEE7F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 33.1%

R = 35.03%
G = 31.86%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEE7F0 (or 0xFEE7F0) is known color: Lavender Blush. HEX triplet: FE, E7 and F0. RGB value is (254,231,240). Sum of RGB (Red+Green+Blue) = 254+231+240=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 231 (90.62% from 255 or 31.86% from 725); Blue value is 240 (94.14% from 255 or 33.10% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE7F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE7F0 is #01180F. Grayscale: #EEEEEE. Windows color (decimal): -71696 or 15788030. OLE color: 15788030.

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

Color convert

RGB 254 231 240 -
CMYK 0 0.09 0.06 0.00
HSL 336.52º 0.92% 0.95% -
HSV(B) 336.52º 0.09% 1% -
XYZ 85.18 84.51 94.26 -
YUV 238.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 254 231 240 0 0.09 0.06 0.00 336.52 0.92 0.95
Hex FE E7 F0 0 9 6 0 151 5C 5F
Octal 376 347 360 0 11 6 0 521 134 137
Binary 11111110 11100111 11110000 0 1001 110 0 101010001 1011100 1011111

Color Harmonies of #FEE7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE7F0

Black with #FEE7F0

Text Example


Text Example

White with #FEE7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE7F0; }

 p { color: rgb(254,231,240); }

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

background-color css

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

 a { background-color: rgb(254,231,240); }

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

border-color css

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

 span { border-color: rgb(254,231,240); }

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