Html Css Color HEX #F5E4EF Lavender Blush

📋 copy color: '#F5E4EF'

red 245 ◦ green 228 ◦ blue 239

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

Shades of Lavender Blush #F5E4EF

Tints of Lavender Blush #F5E4EF

RGB

 RED value IS 245 (96.09% from 255) = 34.41%

 GREEN value IS 228 (89.45% from 255) = 32.02%

 BLUE value IS 239 (93.75% from 255) = 33.57%

R = 34.41%
G = 32.02%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F5E4EF (or 0xF5E4EF) is known color: Lavender Blush. HEX triplet: F5, E4 and EF. RGB value is (245,228,239). Sum of RGB (Red+Green+Blue) = 245+228+239=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 228 (89.45% from 255 or 32.02% from 712); Blue value is 239 (93.75% from 255 or 33.57% from 712); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E4EF is #0A1B10. Grayscale: #EAEAEA. Windows color (decimal): -662289 or 15721717. OLE color: 15721717.

HSL color Cylindrical-coordinate representation of color #F5E4EF: hue angle of 321.18º degrees, saturation: 0.46, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F5E4EF is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 228 239 -
CMYK 0 0.07 0.02 0.04
HSL 321.18º 0.46% 0.93% -
HSV(B) 321.18º 0.07% 0.96% -
XYZ 80.98 81.13 93.05 -
YUV 234.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 245 228 239 0 0.07 0.02 0.04 321.18 0.46 0.93
Hex F5 E4 EF 0 7 2 4 141 2E 5D
Octal 365 344 357 0 7 2 4 501 56 135
Binary 11110101 11100100 11101111 0 111 10 100 101000001 101110 1011101

Color Harmonies of #F5E4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E4EF

Black with #F5E4EF

Text Example


Text Example

White with #F5E4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E4EF; }

 p { color: rgb(245,228,239); }

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

background-color css

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

 a { background-color: rgb(245,228,239); }

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

border-color css

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

 span { border-color: rgb(245,228,239); }

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