Html Css Color HEX #F0EDFF Lavender

📋 copy color: '#F0EDFF'

red 240 ◦ green 237 ◦ blue 255

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

Shades of Lavender #F0EDFF

Tints of Lavender #F0EDFF

RGB

 RED value IS 240 (94.14% from 255) = 32.79%

 GREEN value IS 237 (92.97% from 255) = 32.38%

 BLUE value IS 255 (100% from 255) = 34.84%

R = 32.79%
G = 32.38%
B = 34.84%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F0EDFF (or 0xF0EDFF) is known color: Lavender. HEX triplet: F0, ED and FF. RGB value is (240,237,255). Sum of RGB (Red+Green+Blue) = 240+237+255=732 (96% of max value = 765). Red value is 240 (94.14% from 255 or 32.79% from 732); Green value is 237 (92.97% from 255 or 32.38% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0EDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0EDFF is #0F1200. Grayscale: #EFEFEF. Windows color (decimal): -987649 or 16772592. OLE color: 16772592.

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

Color convert

RGB 240 237 255 -
CMYK 0.06 0.07 0 0
HSL 250º 1% 0.96% -
HSV(B) 250º 0.07% 1% -
XYZ 84.27 86.31 106.83 -
YUV 239.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 240 237 255 0.06 0.07 0 0 250 1 0.96
Hex F0 ED FF 6 7 0 0 FA 64 60
Octal 360 355 377 6 7 0 0 372 144 140
Binary 11110000 11101101 11111111 110 111 0 0 11111010 1100100 1100000

Color Harmonies of #F0EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EDFF

Black with #F0EDFF

Text Example


Text Example

White with #F0EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EDFF; }

 p { color: rgb(240,237,255); }

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

background-color css

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

 a { background-color: rgb(240,237,255); }

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

border-color css

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

 span { border-color: rgb(240,237,255); }

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