Html Css Color HEX #F9B9EC Lavender Rose

📋 copy color: '#F9B9EC'

red 249 ◦ green 185 ◦ blue 236

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

Shades of Lavender Rose #F9B9EC

Tints of Lavender Rose #F9B9EC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.61%

 BLUE value IS 236 (92.58% from 255) = 35.22%

R = 37.16%
G = 27.61%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F9B9EC (or 0xF9B9EC) is known color: Lavender Rose. HEX triplet: F9, B9 and EC. RGB value is (249,185,236). Sum of RGB (Red+Green+Blue) = 249+185+236=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 185 (72.66% from 255 or 27.61% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B9EC is #064613. Grayscale: #D1D1D1. Windows color (decimal): -411156 or 15514105. OLE color: 15514105.

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

Color convert

RGB 249 185 236 -
CMYK 0 0.26 0.05 0.02
HSL 312.19º 0.84% 0.85% -
HSV(B) 312.19º 0.26% 0.98% -
XYZ 71.56 60.89 87.34 -
YUV 209.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 249 185 236 0 0.26 0.05 0.02 312.19 0.84 0.85
Hex F9 B9 EC 0 1A 5 2 138 54 55
Octal 371 271 354 0 32 5 2 470 124 125
Binary 11111001 10111001 11101100 0 11010 101 10 100111000 1010100 1010101

Color Harmonies of #F9B9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B9EC

Black with #F9B9EC

Text Example


Text Example

White with #F9B9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B9EC; }

 p { color: rgb(249,185,236); }

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

background-color css

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

 a { background-color: rgb(249,185,236); }

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

border-color css

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

 span { border-color: rgb(249,185,236); }

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