Html Css Color HEX #F9B1F4 Lavender Rose

📋 copy color: '#F9B1F4'

red 249 ◦ green 177 ◦ blue 244

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

Shades of Lavender Rose #F9B1F4

Tints of Lavender Rose #F9B1F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.42%

R = 37.16%
G = 26.42%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#F9B1F4 (or 0xF9B1F4) is known color: Lavender Rose. HEX triplet: F9, B1 and F4. RGB value is (249,177,244). Sum of RGB (Red+Green+Blue) = 249+177+244=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 177 (69.53% from 255 or 26.42% from 670); Blue value is 244 (95.70% from 255 or 36.42% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B1F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F9B1F4 is #064E0B. Grayscale: #CDCDCD. Windows color (decimal): -413196 or 16036345. OLE color: 16036345.

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

Color convert

RGB 249 177 244 -
CMYK 0 0.29 0.02 0.02
HSL 304.17º 0.86% 0.84% -
HSV(B) 304.17º 0.29% 0.98% -
XYZ 71.12 58.12 93.06 -
YUV 206.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 249 177 244 0 0.29 0.02 0.02 304.17 0.86 0.84
Hex F9 B1 F4 0 1D 2 2 130 56 54
Octal 371 261 364 0 35 2 2 460 126 124
Binary 11111001 10110001 11110100 0 11101 10 10 100110000 1010110 1010100

Color Harmonies of #F9B1F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B1F4

Black with #F9B1F4

Text Example


Text Example

White with #F9B1F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B1F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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