Html Css Color HEX #F9B8EA Lavender Rose

📋 copy color: '#F9B8EA'

red 249 ◦ green 184 ◦ blue 234

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

Shades of Lavender Rose #F9B8EA

Tints of Lavender Rose #F9B8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.08%

R = 37.33%
G = 27.59%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F9B8EA (or 0xF9B8EA) is known color: Lavender Rose. HEX triplet: F9, B8 and EA. RGB value is (249,184,234). Sum of RGB (Red+Green+Blue) = 249+184+234=667 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.33% from 667); Green value is 184 (72.27% from 255 or 27.59% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B8EA is #064715. Grayscale: #D1D1D1. Windows color (decimal): -411414 or 15382777. OLE color: 15382777.

HSL color Cylindrical-coordinate representation of color #F9B8EA: hue angle of 313.85º degrees, saturation: 0.84, 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 #F9B8EA is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 184 234 -
CMYK 0 0.26 0.06 0.02
HSL 313.85º 0.84% 0.85% -
HSV(B) 313.85º 0.26% 0.98% -
XYZ 71.06 60.36 85.75 -
YUV 209.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 249 184 234 0 0.26 0.06 0.02 313.85 0.84 0.85
Hex F9 B8 EA 0 1A 6 2 13A 54 55
Octal 371 270 352 0 32 6 2 472 124 125
Binary 11111001 10111000 11101010 0 11010 110 10 100111010 1010100 1010101

Color Harmonies of #F9B8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B8EA

Black with #F9B8EA

Text Example


Text Example

White with #F9B8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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