Html Css Color HEX #F9B5E2 Lavender Rose

📋 copy color: '#F9B5E2'

red 249 ◦ green 181 ◦ blue 226

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

Shades of Lavender Rose #F9B5E2

Tints of Lavender Rose #F9B5E2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.59%

 BLUE value IS 226 (88.67% from 255) = 34.45%

R = 37.96%
G = 27.59%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F9B5E2 (or 0xF9B5E2) is known color: Lavender Rose. HEX triplet: F9, B5 and E2. RGB value is (249,181,226). Sum of RGB (Red+Green+Blue) = 249+181+226=656 (86% of max value = 765). Red value is 249 (97.66% from 255 or 37.96% from 656); Green value is 181 (71.09% from 255 or 27.59% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B5E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9B5E2 is #064A1D. Grayscale: #CECECE. Windows color (decimal): -412190 or 14857721. OLE color: 14857721.

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

Color convert

RGB 249 181 226 -
CMYK 0 0.27 0.09 0.02
HSL 320.29º 0.85% 0.84% -
HSV(B) 320.29º 0.27% 0.98% -
XYZ 69.32 58.68 79.62 -
YUV 206.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 249 181 226 0 0.27 0.09 0.02 320.29 0.85 0.84
Hex F9 B5 E2 0 1B 9 2 140 55 54
Octal 371 265 342 0 33 11 2 500 125 124
Binary 11111001 10110101 11100010 0 11011 1001 10 101000000 1010101 1010100

Color Harmonies of #F9B5E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B5E2

Black with #F9B5E2

Text Example


Text Example

White with #F9B5E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B5E2; }

 p { color: rgb(249,181,226); }

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

background-color css

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

 a { background-color: rgb(249,181,226); }

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

border-color css

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

 span { border-color: rgb(249,181,226); }

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