Html Css Color HEX #FFE0F5 Lavender Blush

📋 copy color: '#FFE0F5'

red 255 ◦ green 224 ◦ blue 245

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

Shades of Lavender Blush #FFE0F5

Tints of Lavender Blush #FFE0F5

RGB

 RED value IS 255 (100% from 255) = 35.22%

 GREEN value IS 224 (87.89% from 255) = 30.94%

 BLUE value IS 245 (96.09% from 255) = 33.84%

R = 35.22%
G = 30.94%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFE0F5 (or 0xFFE0F5) is known color: Lavender Blush. HEX triplet: FF, E0 and F5. RGB value is (255,224,245). Sum of RGB (Red+Green+Blue) = 255+224+245=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 224 (87.89% from 255 or 30.94% from 724); Blue value is 245 (96.09% from 255 or 33.84% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE0F5 is #001F0A. Grayscale: #EBEBEB. Windows color (decimal): -7947 or 16113919. OLE color: 16113919.

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

Color convert

RGB 255 224 245 -
CMYK 0 0.12 0.04 0
HSL 319.35º 1% 0.94% -
HSV(B) 319.35º 0.12% 1% -
XYZ 84.38 81.16 97.61 -
YUV 235.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 255 224 245 0 0.12 0.04 0 319.35 1 0.94
Hex FF E0 F5 0 C 4 0 13F 64 5E
Octal 377 340 365 0 14 4 0 477 144 136
Binary 11111111 11100000 11110101 0 1100 100 0 100111111 1100100 1011110

Color Harmonies of #FFE0F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFE0F5

Black with #FFE0F5

Text Example


Text Example

White with #FFE0F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFE0F5; }

 p { color: rgb(255,224,245); }

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

background-color css

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

 a { background-color: rgb(255,224,245); }

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

border-color css

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

 span { border-color: rgb(255,224,245); }

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