Html Css Color HEX #F9B5F2 Lavender Rose

📋 copy color: '#F9B5F2'

red 249 ◦ green 181 ◦ blue 242

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

Shades of Lavender Rose #F9B5F2

Tints of Lavender Rose #F9B5F2

RGB

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

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

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

R = 37.05%
G = 26.93%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#F9B5F2 (or 0xF9B5F2) is known color: Lavender Rose. HEX triplet: F9, B5 and F2. RGB value is (249,181,242). Sum of RGB (Red+Green+Blue) = 249+181+242=672 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.05% from 672); Green value is 181 (71.09% from 255 or 26.93% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B5F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B5F2 is #064A0D. Grayscale: #D0D0D0. Windows color (decimal): -412174 or 15906297. OLE color: 15906297.

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

Color convert

RGB 249 181 242 -
CMYK 0 0.27 0.03 0.02
HSL 306.18º 0.85% 0.84% -
HSV(B) 306.18º 0.27% 0.98% -
XYZ 71.62 59.6 91.73 -
YUV 208.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 249 181 242 0 0.27 0.03 0.02 306.18 0.85 0.84
Hex F9 B5 F2 0 1B 3 2 132 55 54
Octal 371 265 362 0 33 3 2 462 125 124
Binary 11111001 10110101 11110010 0 11011 11 10 100110010 1010101 1010100

Color Harmonies of #F9B5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B5F2

Black with #F9B5F2

Text Example


Text Example

White with #F9B5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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