Html Css Color HEX #F9B1E5 Lavender Rose

📋 copy color: '#F9B1E5'

red 249 ◦ green 177 ◦ blue 229

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

Shades of Lavender Rose #F9B1E5

Tints of Lavender Rose #F9B1E5

RGB

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

 GREEN value IS 177 (69.53% from 255) = 27.02%

 BLUE value IS 229 (89.84% from 255) = 34.96%

R = 38.02%
G = 27.02%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#F9B1E5 (or 0xF9B1E5) is known color: Lavender Rose. HEX triplet: F9, B1 and E5. RGB value is (249,177,229). Sum of RGB (Red+Green+Blue) = 249+177+229=655 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.02% from 655); Green value is 177 (69.53% from 255 or 27.02% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9B1E5 is #064E1A. Grayscale: #CCCCCC. Windows color (decimal): -413211 or 15053305. OLE color: 15053305.

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

Color convert

RGB 249 177 229 -
CMYK 0 0.29 0.08 0.02
HSL 316.67º 0.86% 0.84% -
HSV(B) 316.67º 0.29% 0.98% -
XYZ 68.93 57.24 81.54 -
YUV 204.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 249 177 229 0 0.29 0.08 0.02 316.67 0.86 0.84
Hex F9 B1 E5 0 1D 8 2 13D 56 54
Octal 371 261 345 0 35 10 2 475 126 124
Binary 11111001 10110001 11100101 0 11101 1000 10 100111101 1010110 1010100

Color Harmonies of #F9B1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B1E5

Black with #F9B1E5

Text Example


Text Example

White with #F9B1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B1E5; }

 p { color: rgb(249,177,229); }

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

background-color css

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

 a { background-color: rgb(249,177,229); }

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

border-color css

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

 span { border-color: rgb(249,177,229); }

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