Html Css Color HEX #FEEEFA Lavender Blush

📋 copy color: '#FEEEFA'

red 254 ◦ green 238 ◦ blue 250

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

Shades of Lavender Blush #FEEEFA

Tints of Lavender Blush #FEEEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 32.08%

 BLUE value IS 250 (98.05% from 255) = 33.69%

R = 34.23%
G = 32.08%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEEEFA (or 0xFEEEFA) is known color: Lavender Blush. HEX triplet: FE, EE and FA. RGB value is (254,238,250). Sum of RGB (Red+Green+Blue) = 254+238+250=742 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.23% from 742); Green value is 238 (93.36% from 255 or 32.08% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEFA is #011105. Grayscale: #F4F4F4. Windows color (decimal): -69894 or 16445182. OLE color: 16445182.

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

Color convert

RGB 254 238 250 -
CMYK 0 0.06 0.02 0.00
HSL 315º 0.89% 0.96% -
HSV(B) 315º 0.06% 1% -
XYZ 88.7 89.12 102.97 -
YUV 244.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 254 238 250 0 0.06 0.02 0.00 315 0.89 0.96
Hex FE EE FA 0 6 2 0 13B 59 60
Octal 376 356 372 0 6 2 0 473 131 140
Binary 11111110 11101110 11111010 0 110 10 0 100111011 1011001 1100000

Color Harmonies of #FEEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEEFA

Black with #FEEEFA

Text Example


Text Example

White with #FEEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEEFA; }

 p { color: rgb(254,238,250); }

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

background-color css

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

 a { background-color: rgb(254,238,250); }

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

border-color css

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

 span { border-color: rgb(254,238,250); }

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