Html Css Color HEX #FABAE9 Lavender Rose

📋 copy color: '#FABAE9'

red 250 ◦ green 186 ◦ blue 233

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

Shades of Lavender Rose #FABAE9

Tints of Lavender Rose #FABAE9

RGB

 RED value IS 250 (98.05% from 255) = 37.37%

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

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

R = 37.37%
G = 27.8%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FABAE9 (or 0xFABAE9) is known color: Lavender Rose. HEX triplet: FA, BA and E9. RGB value is (250,186,233). Sum of RGB (Red+Green+Blue) = 250+186+233=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 233 (91.41% from 255 or 34.83% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAE9 is #054516. Grayscale: #D2D2D2. Windows color (decimal): -345367 or 15317754. OLE color: 15317754.

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

Color convert

RGB 250 186 233 -
CMYK 0 0.26 0.07 0.02
HSL 315.94º 0.86% 0.85% -
HSV(B) 315.94º 0.26% 0.98% -
XYZ 71.69 61.33 85.15 -
YUV 210.49 140.7 156.18 -
System Red Green Blue C M Y K H S L
Decimal 250 186 233 0 0.26 0.07 0.02 315.94 0.86 0.85
Hex FA BA E9 0 1A 7 2 13C 56 55
Octal 372 272 351 0 32 7 2 474 126 125
Binary 11111010 10111010 11101001 0 11010 111 10 100111100 1010110 1010101

Color Harmonies of #FABAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAE9

Black with #FABAE9

Text Example


Text Example

White with #FABAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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