Html Css Color HEX #F9EDF6 Lavender Blush

📋 copy color: '#F9EDF6'

red 249 ◦ green 237 ◦ blue 246

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

Shades of Lavender Blush #F9EDF6

Tints of Lavender Blush #F9EDF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 33.61%

R = 34.02%
G = 32.38%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#F9EDF6 (or 0xF9EDF6) is known color: Lavender Blush. HEX triplet: F9, ED and F6. RGB value is (249,237,246). Sum of RGB (Red+Green+Blue) = 249+237+246=732 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.02% from 732); Green value is 237 (92.97% from 255 or 32.38% from 732); Blue value is 246 (96.48% from 255 or 33.61% from 732); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EDF6 is #061209. Grayscale: #F1F1F1. Windows color (decimal): -397834 or 16182777. OLE color: 16182777.

HSL color Cylindrical-coordinate representation of color #F9EDF6: hue angle of 315º 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 #F9EDF6 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 237 246 -
CMYK 0 0.05 0.01 0.02
HSL 315º 0.5% 0.95% -
HSV(B) 315º 0.05% 0.98% -
XYZ 85.99 87.36 99.52 -
YUV 241.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 249 237 246 0 0.05 0.01 0.02 315 0.5 0.95
Hex F9 ED F6 0 5 1 2 13B 32 5F
Octal 371 355 366 0 5 1 2 473 62 137
Binary 11111001 11101101 11110110 0 101 1 10 100111011 110010 1011111

Color Harmonies of #F9EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EDF6

Black with #F9EDF6

Text Example


Text Example

White with #F9EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EDF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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