Html Css Color HEX #FEEEF2 Lavender Blush

📋 copy color: '#FEEEF2'

red 254 ◦ green 238 ◦ blue 242

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

Shades of Lavender Blush #FEEEF2

Tints of Lavender Blush #FEEEF2

RGB

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

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

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

R = 34.6%
G = 32.43%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEEEF2 (or 0xFEEEF2) is known color: Lavender Blush. HEX triplet: FE, EE and F2. RGB value is (254,238,242). Sum of RGB (Red+Green+Blue) = 254+238+242=734 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.60% from 734); Green value is 238 (93.36% from 255 or 32.43% from 734); Blue value is 242 (94.92% from 255 or 32.97% from 734); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEF2 is #01110D. Grayscale: #F3F3F3. Windows color (decimal): -69902 or 15920894. OLE color: 15920894.

HSL color Cylindrical-coordinate representation of color #FEEEF2: hue angle of 345º 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 #FEEEF2 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 238 242 -
CMYK 0 0.06 0.05 0.00
HSL 345º 0.89% 0.96% -
HSV(B) 345º 0.06% 1% -
XYZ 87.47 88.63 96.5 -
YUV 243.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 254 238 242 0 0.06 0.05 0.00 345 0.89 0.96
Hex FE EE F2 0 6 5 0 159 59 60
Octal 376 356 362 0 6 5 0 531 131 140
Binary 11111110 11101110 11110010 0 110 101 0 101011001 1011001 1100000

Color Harmonies of #FEEEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEEF2

Black with #FEEEF2

Text Example


Text Example

White with #FEEEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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