Html Css Color HEX #F8EDF2 Lavender Blush

📋 copy color: '#F8EDF2'

red 248 ◦ green 237 ◦ blue 242

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

Shades of Lavender Blush #F8EDF2

Tints of Lavender Blush #F8EDF2

RGB

 RED value IS 248 (97.27% from 255) = 34.11%

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

 BLUE value IS 242 (94.92% from 255) = 33.29%

R = 34.11%
G = 32.6%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F8EDF2 (or 0xF8EDF2) is known color: Lavender Blush. HEX triplet: F8, ED and F2. RGB value is (248,237,242). Sum of RGB (Red+Green+Blue) = 248+237+242=727 (96% of max value = 765). Red value is 248 (97.27% from 255 or 34.11% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 242 (94.92% from 255 or 33.29% from 727); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8EDF2 is #07120D. Grayscale: #F0F0F0. Windows color (decimal): -463374 or 15920632. OLE color: 15920632.

HSL color Cylindrical-coordinate representation of color #F8EDF2: hue angle of 332.73º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F8EDF2 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 237 242 -
CMYK 0 0.04 0.02 0.03
HSL 332.73º 0.44% 0.95% -
HSV(B) 332.73º 0.04% 0.97% -
XYZ 85.02 86.94 96.3 -
YUV 240.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 248 237 242 0 0.04 0.02 0.03 332.73 0.44 0.95
Hex F8 ED F2 0 4 2 3 14D 2C 5F
Octal 370 355 362 0 4 2 3 515 54 137
Binary 11111000 11101101 11110010 0 100 10 11 101001101 101100 1011111

Color Harmonies of #F8EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EDF2

Black with #F8EDF2

Text Example


Text Example

White with #F8EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EDF2; }

 p { color: rgb(248,237,242); }

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

background-color css

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

 a { background-color: rgb(248,237,242); }

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

border-color css

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

 span { border-color: rgb(248,237,242); }

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