Html Css Color HEX #F9B8FA Lavender Rose

📋 copy color: '#F9B8FA'

red 249 ◦ green 184 ◦ blue 250

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

Shades of Lavender Rose #F9B8FA

Tints of Lavender Rose #F9B8FA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 26.94%

 BLUE value IS 250 (98.05% from 255) = 36.6%

R = 36.46%
G = 26.94%
B = 36.6%

CMYK

 C value IS 0.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F9B8FA (or 0xF9B8FA) is known color: Lavender Rose. HEX triplet: F9, B8 and FA. RGB value is (249,184,250). Sum of RGB (Red+Green+Blue) = 249+184+250=683 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.46% from 683); Green value is 184 (72.27% from 255 or 26.94% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9B8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B8FA is #064705. Grayscale: #D2D2D2. Windows color (decimal): -411398 or 16431353. OLE color: 16431353.

HSL color Cylindrical-coordinate representation of color #F9B8FA: hue angle of 299.09º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9B8FA is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 184 250 -
CMYK 0.00 0.26 0 0.02
HSL 299.09º 0.87% 0.85% -
HSV(B) 299.09º 0.26% 0.98% -
XYZ 73.46 61.32 98.41 -
YUV 210.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 249 184 250 0.00 0.26 0 0.02 299.09 0.87 0.85
Hex F9 B8 FA 0 1A 0 2 12B 57 55
Octal 371 270 372 0 32 0 2 453 127 125
Binary 11111001 10111000 11111010 0 11010 0 10 100101011 1010111 1010101

Color Harmonies of #F9B8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B8FA

Black with #F9B8FA

Text Example


Text Example

White with #F9B8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B8FA; }

 p { color: rgb(249,184,250); }

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

background-color css

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

 a { background-color: rgb(249,184,250); }

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

border-color css

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

 span { border-color: rgb(249,184,250); }

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