Html Css Color HEX #FEE1F3 Lavender Blush

📋 copy color: '#FEE1F3'

red 254 ◦ green 225 ◦ blue 243

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

Shades of Lavender Blush #FEE1F3

Tints of Lavender Blush #FEE1F3

RGB

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

 GREEN value IS 225 (88.28% from 255) = 31.16%

 BLUE value IS 243 (95.31% from 255) = 33.66%

R = 35.18%
G = 31.16%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEE1F3 (or 0xFEE1F3) is known color: Lavender Blush. HEX triplet: FE, E1 and F3. RGB value is (254,225,243). Sum of RGB (Red+Green+Blue) = 254+225+243=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 225 (88.28% from 255 or 31.16% from 722); Blue value is 243 (95.31% from 255 or 33.66% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE1F3 is #011E0C. Grayscale: #EBEBEB. Windows color (decimal): -73229 or 15983102. OLE color: 15983102.

HSL color Cylindrical-coordinate representation of color #FEE1F3: hue angle of 322.76º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FEE1F3 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 225 243 -
CMYK 0 0.11 0.04 0.00
HSL 322.76º 0.94% 0.94% -
HSV(B) 322.76º 0.11% 1% -
XYZ 83.98 81.39 96.08 -
YUV 235.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 254 225 243 0 0.11 0.04 0.00 322.76 0.94 0.94
Hex FE E1 F3 0 B 4 0 143 5E 5E
Octal 376 341 363 0 13 4 0 503 136 136
Binary 11111110 11100001 11110011 0 1011 100 0 101000011 1011110 1011110

Color Harmonies of #FEE1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE1F3

Black with #FEE1F3

Text Example


Text Example

White with #FEE1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE1F3; }

 p { color: rgb(254,225,243); }

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

background-color css

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

 a { background-color: rgb(254,225,243); }

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

border-color css

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

 span { border-color: rgb(254,225,243); }

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