Html Css Color HEX #F9BAE9 Lavender Rose

📋 copy color: '#F9BAE9'

red 249 ◦ green 186 ◦ blue 233

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

Shades of Lavender Rose #F9BAE9

Tints of Lavender Rose #F9BAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.88%

R = 37.28%
G = 27.84%
B = 34.88%

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

#F9BAE9 (or 0xF9BAE9) is known color: Lavender Rose. HEX triplet: F9, BA and E9. RGB value is (249,186,233). Sum of RGB (Red+Green+Blue) = 249+186+233=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9BAE9 is #064516. Grayscale: #D2D2D2. Windows color (decimal): -410903 or 15317753. OLE color: 15317753.

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

Color convert

RGB 249 186 233 -
CMYK 0 0.25 0.06 0.02
HSL 315.24º 0.84% 0.85% -
HSV(B) 315.24º 0.25% 0.98% -
XYZ 71.33 61.14 85.13 -
YUV 210.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 249 186 233 0 0.25 0.06 0.02 315.24 0.84 0.85
Hex F9 BA E9 0 19 6 2 13B 54 55
Octal 371 272 351 0 31 6 2 473 124 125
Binary 11111001 10111010 11101001 0 11001 110 10 100111011 1010100 1010101

Color Harmonies of #F9BAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BAE9

Black with #F9BAE9

Text Example


Text Example

White with #F9BAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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