Html Css Color HEX #F9B1EC Lavender Rose

📋 copy color: '#F9B1EC'

red 249 ◦ green 177 ◦ blue 236

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

Shades of Lavender Rose #F9B1EC

Tints of Lavender Rose #F9B1EC

RGB

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

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

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

R = 37.61%
G = 26.74%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#F9B1EC (or 0xF9B1EC) is known color: Lavender Rose. HEX triplet: F9, B1 and EC. RGB value is (249,177,236). Sum of RGB (Red+Green+Blue) = 249+177+236=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 177 (69.53% from 255 or 26.74% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9B1EC is #064E13. Grayscale: #CDCDCD. Windows color (decimal): -413204 or 15512057. OLE color: 15512057.

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

Color convert

RGB 249 177 236 -
CMYK 0 0.29 0.05 0.02
HSL 310.83º 0.86% 0.84% -
HSV(B) 310.83º 0.29% 0.98% -
XYZ 69.93 57.64 86.8 -
YUV 205.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 249 177 236 0 0.29 0.05 0.02 310.83 0.86 0.84
Hex F9 B1 EC 0 1D 5 2 137 56 54
Octal 371 261 354 0 35 5 2 467 126 124
Binary 11111001 10110001 11101100 0 11101 101 10 100110111 1010110 1010100

Color Harmonies of #F9B1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B1EC

Black with #F9B1EC

Text Example


Text Example

White with #F9B1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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