Html Css Color HEX #F9EDF4 Lavender Blush

📋 copy color: '#F9EDF4'

red 249 ◦ green 237 ◦ blue 244

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

Shades of Lavender Blush #F9EDF4

Tints of Lavender Blush #F9EDF4

RGB

 RED value IS 249 (97.66% from 255) = 34.11%

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

 BLUE value IS 244 (95.7% from 255) = 33.42%

R = 34.11%
G = 32.47%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F9EDF4 (or 0xF9EDF4) is known color: Lavender Blush. HEX triplet: F9, ED and F4. RGB value is (249,237,244). Sum of RGB (Red+Green+Blue) = 249+237+244=730 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.11% from 730); Green value is 237 (92.97% from 255 or 32.47% from 730); Blue value is 244 (95.70% from 255 or 33.42% from 730); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EDF4 is #06120B. Grayscale: #F1F1F1. Windows color (decimal): -397836 or 16051705. OLE color: 16051705.

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

Color convert

RGB 249 237 244 -
CMYK 0 0.05 0.02 0.02
HSL 325º 0.5% 0.95% -
HSV(B) 325º 0.05% 0.98% -
XYZ 85.68 87.24 97.91 -
YUV 241.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 249 237 244 0 0.05 0.02 0.02 325 0.5 0.95
Hex F9 ED F4 0 5 2 2 145 32 5F
Octal 371 355 364 0 5 2 2 505 62 137
Binary 11111001 11101101 11110100 0 101 10 10 101000101 110010 1011111

Color Harmonies of #F9EDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EDF4

Black with #F9EDF4

Text Example


Text Example

White with #F9EDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EDF4; }

 p { color: rgb(249,237,244); }

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

background-color css

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

 a { background-color: rgb(249,237,244); }

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

border-color css

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

 span { border-color: rgb(249,237,244); }

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