Html Css Color HEX #F1EDEF Lavender Blush

📋 copy color: '#F1EDEF'

red 241 ◦ green 237 ◦ blue 239

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

Shades of Lavender Blush #F1EDEF

Tints of Lavender Blush #F1EDEF

RGB

 RED value IS 241 (94.53% from 255) = 33.61%

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

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

R = 33.61%
G = 33.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F1EDEF (or 0xF1EDEF) is known color: Lavender Blush. HEX triplet: F1, ED and EF. RGB value is (241,237,239). Sum of RGB (Red+Green+Blue) = 241+237+239=717 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.61% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 239 (93.75% from 255 or 33.33% from 717); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDEF is #0E1210. Grayscale: #EEEEEE. Windows color (decimal): -922129 or 15724017. OLE color: 15724017.

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

Color convert

RGB 241 237 239 -
CMYK 0 0.02 0.01 0.05
HSL 330º 0.13% 0.94% -
HSV(B) 330º 0.02% 0.95% -
XYZ 82.14 85.5 93.84 -
YUV 238.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 241 237 239 0 0.02 0.01 0.05 330 0.13 0.94
Hex F1 ED EF 0 2 1 5 14A C 5E
Octal 361 355 357 0 2 1 5 512 14 136
Binary 11110001 11101101 11101111 0 10 1 101 101001010 1100 1011110

Color Harmonies of #F1EDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1EDEF

Black with #F1EDEF

Text Example


Text Example

White with #F1EDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1EDEF; }

 p { color: rgb(241,237,239); }

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

background-color css

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

 a { background-color: rgb(241,237,239); }

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

border-color css

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

 span { border-color: rgb(241,237,239); }

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