Html Css Color HEX #FABAF6 Lavender Rose

📋 copy color: '#FABAF6'

red 250 ◦ green 186 ◦ blue 246

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

Shades of Lavender Rose #FABAF6

Tints of Lavender Rose #FABAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.07%

R = 36.66%
G = 27.27%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FABAF6 (or 0xFABAF6) is known color: Lavender Rose. HEX triplet: FA, BA and F6. RGB value is (250,186,246). Sum of RGB (Red+Green+Blue) = 250+186+246=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 186 (73.05% from 255 or 27.27% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FABAF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABAF6 is #054509. Grayscale: #D3D3D3. Windows color (decimal): -345354 or 16169722. OLE color: 16169722.

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

Color convert

RGB 250 186 246 -
CMYK 0 0.26 0.02 0.02
HSL 303.75º 0.86% 0.85% -
HSV(B) 303.75º 0.26% 0.98% -
XYZ 73.62 62.1 95.29 -
YUV 211.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 250 186 246 0 0.26 0.02 0.02 303.75 0.86 0.85
Hex FA BA F6 0 1A 2 2 130 56 55
Octal 372 272 366 0 32 2 2 460 126 125
Binary 11111010 10111010 11110110 0 11010 10 10 100110000 1010110 1010101

Color Harmonies of #FABAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABAF6

Black with #FABAF6

Text Example


Text Example

White with #FABAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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