Html Css Color HEX #F8E3F2 Lavender Blush

📋 copy color: '#F8E3F2'

red 248 ◦ green 227 ◦ blue 242

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

Shades of Lavender Blush #F8E3F2

Tints of Lavender Blush #F8E3F2

RGB

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

 GREEN value IS 227 (89.06% from 255) = 31.66%

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

R = 34.59%
G = 31.66%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F8E3F2 (or 0xF8E3F2) is known color: Lavender Blush. HEX triplet: F8, E3 and F2. RGB value is (248,227,242). Sum of RGB (Red+Green+Blue) = 248+227+242=717 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.59% from 717); Green value is 227 (89.06% from 255 or 31.66% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E3F2 is #071C0D. Grayscale: #EAEAEA. Windows color (decimal): -465934 or 15918072. OLE color: 15918072.

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

Color convert

RGB 248 227 242 -
CMYK 0 0.08 0.02 0.03
HSL 317.14º 0.6% 0.93% -
HSV(B) 317.14º 0.08% 0.97% -
XYZ 82.21 81.31 95.37 -
YUV 234.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 248 227 242 0 0.08 0.02 0.03 317.14 0.6 0.93
Hex F8 E3 F2 0 8 2 3 13D 3C 5D
Octal 370 343 362 0 10 2 3 475 74 135
Binary 11111000 11100011 11110010 0 1000 10 11 100111101 111100 1011101

Color Harmonies of #F8E3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E3F2

Black with #F8E3F2

Text Example


Text Example

White with #F8E3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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