Html Css Color HEX #FABAFA Lavender Rose

📋 copy color: '#FABAFA'

red 250 ◦ green 186 ◦ blue 250

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

Shades of Lavender Rose #FABAFA

Tints of Lavender Rose #FABAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.44%

R = 36.44%
G = 27.11%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FABAFA (or 0xFABAFA) is known color: Lavender Rose. HEX triplet: FA, BA and FA. RGB value is (250,186,250). Sum of RGB (Red+Green+Blue) = 250+186+250=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 186 (73.05% from 255 or 27.11% from 686); Blue value is 250 (98.05% from 255 or 36.44% from 686); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FABAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAFA is #054505. Grayscale: #D4D4D4. Windows color (decimal): -345350 or 16431866. OLE color: 16431866.

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

Color convert

RGB 250 186 250 -
CMYK 0 0.26 0 0.02
HSL 300º 0.86% 0.85% -
HSV(B) 300º 0.26% 0.98% -
XYZ 74.24 62.34 98.56 -
YUV 212.43 149.2 154.8 -
System Red Green Blue C M Y K H S L
Decimal 250 186 250 0 0.26 0 0.02 300 0.86 0.85
Hex FA BA FA 0 1A 0 2 12C 56 55
Octal 372 272 372 0 32 0 2 454 126 125
Binary 11111010 10111010 11111010 0 11010 0 10 100101100 1010110 1010101

Color Harmonies of #FABAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAFA

Black with #FABAFA

Text Example


Text Example

White with #FABAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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