Html Css Color HEX #F9BAEE Lavender Rose

📋 copy color: '#F9BAEE'

red 249 ◦ green 186 ◦ blue 238

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

Shades of Lavender Rose #F9BAEE

Tints of Lavender Rose #F9BAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.36%

R = 37%
G = 27.64%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F9BAEE (or 0xF9BAEE) is known color: Lavender Rose. HEX triplet: F9, BA and EE. RGB value is (249,186,238). Sum of RGB (Red+Green+Blue) = 249+186+238=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 186 (73.05% from 255 or 27.64% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAEE is #064511. Grayscale: #D2D2D2. Windows color (decimal): -410898 or 15645433. OLE color: 15645433.

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

Color convert

RGB 249 186 238 -
CMYK 0 0.25 0.04 0.02
HSL 310.48º 0.84% 0.85% -
HSV(B) 310.48º 0.25% 0.98% -
XYZ 72.06 61.43 88.95 -
YUV 210.77 143.37 155.27 -
System Red Green Blue C M Y K H S L
Decimal 249 186 238 0 0.25 0.04 0.02 310.48 0.84 0.85
Hex F9 BA EE 0 19 4 2 136 54 55
Octal 371 272 356 0 31 4 2 466 124 125
Binary 11111001 10111010 11101110 0 11001 100 10 100110110 1010100 1010101

Color Harmonies of #F9BAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BAEE

Black with #F9BAEE

Text Example


Text Example

White with #F9BAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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