Html Css Color HEX #FABAF9 Lavender Rose

📋 copy color: '#FABAF9'

red 250 ◦ green 186 ◦ blue 249

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

Shades of Lavender Rose #FABAF9

Tints of Lavender Rose #FABAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.35%

R = 36.5%
G = 27.15%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FABAF9 (or 0xFABAF9) is known color: Lavender Rose. HEX triplet: FA, BA and F9. RGB value is (250,186,249). Sum of RGB (Red+Green+Blue) = 250+186+249=685 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.50% from 685); Green value is 186 (73.05% from 255 or 27.15% from 685); Blue value is 249 (97.66% from 255 or 36.35% from 685); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAF9 is #054506. Grayscale: #D4D4D4. Windows color (decimal): -345351 or 16366330. OLE color: 16366330.

HSL color Cylindrical-coordinate representation of color #FABAF9: hue angle of 300.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 #FABAF9 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 186 249 -
CMYK 0 0.26 0.00 0.02
HSL 300.94º 0.86% 0.85% -
HSV(B) 300.94º 0.26% 0.98% -
XYZ 74.08 62.28 97.74 -
YUV 212.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 250 186 249 0 0.26 0.00 0.02 300.94 0.86 0.85
Hex FA BA F9 0 1A 0 2 12D 56 55
Octal 372 272 371 0 32 0 2 455 126 125
Binary 11111010 10111010 11111001 0 11010 0 10 100101101 1010110 1010101

Color Harmonies of #FABAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAF9

Black with #FABAF9

Text Example


Text Example

White with #FABAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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