Html Css Color HEX #FEEAF8 Lavender Blush

📋 copy color: '#FEEAF8'

red 254 ◦ green 234 ◦ blue 248

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

Shades of Lavender Blush #FEEAF8

Tints of Lavender Blush #FEEAF8

RGB

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

 GREEN value IS 234 (91.8% from 255) = 31.79%

 BLUE value IS 248 (97.27% from 255) = 33.7%

R = 34.51%
G = 31.79%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEEAF8 (or 0xFEEAF8) is known color: Lavender Blush. HEX triplet: FE, EA and F8. RGB value is (254,234,248). Sum of RGB (Red+Green+Blue) = 254+234+248=736 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.51% from 736); Green value is 234 (91.80% from 255 or 31.79% from 736); Blue value is 248 (97.27% from 255 or 33.70% from 736); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAF8 is #011507. Grayscale: #F1F1F1. Windows color (decimal): -70920 or 16313086. OLE color: 16313086.

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

Color convert

RGB 254 234 248 -
CMYK 0 0.08 0.02 0.00
HSL 318º 0.91% 0.96% -
HSV(B) 318º 0.08% 1% -
XYZ 87.24 86.69 100.94 -
YUV 241.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 254 234 248 0 0.08 0.02 0.00 318 0.91 0.96
Hex FE EA F8 0 8 2 0 13E 5B 60
Octal 376 352 370 0 10 2 0 476 133 140
Binary 11111110 11101010 11111000 0 1000 10 0 100111110 1011011 1100000

Color Harmonies of #FEEAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEAF8

Black with #FEEAF8

Text Example


Text Example

White with #FEEAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEAF8; }

 p { color: rgb(254,234,248); }

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

background-color css

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

 a { background-color: rgb(254,234,248); }

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

border-color css

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

 span { border-color: rgb(254,234,248); }

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