Html Css Color HEX #F8E8F2 Lavender Blush

📋 copy color: '#F8E8F2'

red 248 ◦ green 232 ◦ blue 242

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

Shades of Lavender Blush #F8E8F2

Tints of Lavender Blush #F8E8F2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 32.13%

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

R = 34.35%
G = 32.13%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F8E8F2 (or 0xF8E8F2) is known color: Lavender Blush. HEX triplet: F8, E8 and F2. RGB value is (248,232,242). Sum of RGB (Red+Green+Blue) = 248+232+242=722 (95% of max value = 765). Red value is 248 (97.27% from 255 or 34.35% from 722); Green value is 232 (91.02% from 255 or 32.13% from 722); Blue value is 242 (94.92% from 255 or 33.52% from 722); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8E8F2 is #07170D. Grayscale: #EDEDED. Windows color (decimal): -464654 or 15919352. OLE color: 15919352.

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

Color convert

RGB 248 232 242 -
CMYK 0 0.06 0.02 0.03
HSL 322.5º 0.53% 0.94% -
HSV(B) 322.5º 0.06% 0.97% -
XYZ 83.6 84.08 95.83 -
YUV 237.92 130.3 135.19 -
System Red Green Blue C M Y K H S L
Decimal 248 232 242 0 0.06 0.02 0.03 322.5 0.53 0.94
Hex F8 E8 F2 0 6 2 3 142 35 5E
Octal 370 350 362 0 6 2 3 502 65 136
Binary 11111000 11101000 11110010 0 110 10 11 101000010 110101 1011110

Color Harmonies of #F8E8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E8F2

Black with #F8E8F2

Text Example


Text Example

White with #F8E8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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