Html Css Color HEX #F9B1EF Lavender Rose

📋 copy color: '#F9B1EF'

red 249 ◦ green 177 ◦ blue 239

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

Shades of Lavender Rose #F9B1EF

Tints of Lavender Rose #F9B1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.94%

R = 37.44%
G = 26.62%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F9B1EF (or 0xF9B1EF) is known color: Lavender Rose. HEX triplet: F9, B1 and EF. RGB value is (249,177,239). Sum of RGB (Red+Green+Blue) = 249+177+239=665 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.44% from 665); Green value is 177 (69.53% from 255 or 26.62% from 665); Blue value is 239 (93.75% from 255 or 35.94% from 665); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9B1EF is #064E10. Grayscale: #CDCDCD. Windows color (decimal): -413201 or 15708665. OLE color: 15708665.

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

Color convert

RGB 249 177 239 -
CMYK 0 0.29 0.04 0.02
HSL 308.33º 0.86% 0.84% -
HSV(B) 308.33º 0.29% 0.98% -
XYZ 70.37 57.82 89.11 -
YUV 205.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 249 177 239 0 0.29 0.04 0.02 308.33 0.86 0.84
Hex F9 B1 EF 0 1D 4 2 134 56 54
Octal 371 261 357 0 35 4 2 464 126 124
Binary 11111001 10110001 11101111 0 11101 100 10 100110100 1010110 1010100

Color Harmonies of #F9B1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B1EF

Black with #F9B1EF

Text Example


Text Example

White with #F9B1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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