Html Css Color HEX #FEE6F0 Lavender Blush

📋 copy color: '#FEE6F0'

red 254 ◦ green 230 ◦ blue 240

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

Shades of Lavender Blush #FEE6F0

Tints of Lavender Blush #FEE6F0

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.77%

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

R = 35.08%
G = 31.77%
B = 33.15%

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

#FEE6F0 (or 0xFEE6F0) is known color: Lavender Blush. HEX triplet: FE, E6 and F0. RGB value is (254,230,240). Sum of RGB (Red+Green+Blue) = 254+230+240=724 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.08% from 724); Green value is 230 (90.23% from 255 or 31.77% from 724); Blue value is 240 (94.14% from 255 or 33.15% from 724); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE6F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE6F0 is #01190F. Grayscale: #EEEEEE. Windows color (decimal): -71952 or 15787774. OLE color: 15787774.

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

Color convert

RGB 254 230 240 -
CMYK 0 0.09 0.06 0.00
HSL 335º 0.92% 0.95% -
HSV(B) 335º 0.09% 1% -
XYZ 84.9 83.96 94.17 -
YUV 238.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 254 230 240 0 0.09 0.06 0.00 335 0.92 0.95
Hex FE E6 F0 0 9 6 0 14F 5C 5F
Octal 376 346 360 0 11 6 0 517 134 137
Binary 11111110 11100110 11110000 0 1001 110 0 101001111 1011100 1011111

Color Harmonies of #FEE6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE6F0

Black with #FEE6F0

Text Example


Text Example

White with #FEE6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE6F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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