Html Css Color HEX #F9BAEB Lavender Rose

📋 copy color: '#F9BAEB'

red 249 ◦ green 186 ◦ blue 235

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

Shades of Lavender Rose #F9BAEB

Tints of Lavender Rose #F9BAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.76%

 BLUE value IS 235 (92.19% from 255) = 35.07%

R = 37.16%
G = 27.76%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#F9BAEB (or 0xF9BAEB) is known color: Lavender Rose. HEX triplet: F9, BA and EB. RGB value is (249,186,235). Sum of RGB (Red+Green+Blue) = 249+186+235=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 186 (73.05% from 255 or 27.76% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAEB is #064514. Grayscale: #D2D2D2. Windows color (decimal): -410901 or 15448825. OLE color: 15448825.

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

Color convert

RGB 249 186 235 -
CMYK 0 0.25 0.06 0.02
HSL 313.33º 0.84% 0.85% -
HSV(B) 313.33º 0.25% 0.98% -
XYZ 71.62 61.26 86.65 -
YUV 210.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 249 186 235 0 0.25 0.06 0.02 313.33 0.84 0.85
Hex F9 BA EB 0 19 6 2 139 54 55
Octal 371 272 353 0 31 6 2 471 124 125
Binary 11111001 10111010 11101011 0 11001 110 10 100111001 1010100 1010101

Color Harmonies of #F9BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BAEB

Black with #F9BAEB

Text Example


Text Example

White with #F9BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BAEB; }

 p { color: rgb(249,186,235); }

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

background-color css

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

 a { background-color: rgb(249,186,235); }

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

border-color css

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

 span { border-color: rgb(249,186,235); }

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