Html Css Color HEX #FAB3F8 Lavender Rose

📋 copy color: '#FAB3F8'

red 250 ◦ green 179 ◦ blue 248

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

Shades of Lavender Rose #FAB3F8

Tints of Lavender Rose #FAB3F8

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.44%

 BLUE value IS 248 (97.27% from 255) = 36.63%

R = 36.93%
G = 26.44%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FAB3F8 (or 0xFAB3F8) is known color: Lavender Rose. HEX triplet: FA, B3 and F8. RGB value is (250,179,248). Sum of RGB (Red+Green+Blue) = 250+179+248=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 179 (70.31% from 255 or 26.44% from 677); Blue value is 248 (97.27% from 255 or 36.63% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3F8 is #054C07. Grayscale: #CFCFCF. Windows color (decimal): -347144 or 16299002. OLE color: 16299002.

HSL color Cylindrical-coordinate representation of color #FAB3F8: hue angle of 301.69º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB3F8 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 179 248 -
CMYK 0 0.28 0.01 0.02
HSL 301.69º 0.88% 0.84% -
HSV(B) 301.69º 0.28% 0.98% -
XYZ 72.49 59.34 96.44 -
YUV 208.1 150.52 157.89 -
System Red Green Blue C M Y K H S L
Decimal 250 179 248 0 0.28 0.01 0.02 301.69 0.88 0.84
Hex FA B3 F8 0 1C 1 2 12E 58 54
Octal 372 263 370 0 34 1 2 456 130 124
Binary 11111010 10110011 11111000 0 11100 1 10 100101110 1011000 1010100

Color Harmonies of #FAB3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3F8

Black with #FAB3F8

Text Example


Text Example

White with #FAB3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3F8; }

 p { color: rgb(250,179,248); }

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

background-color css

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

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

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

border-color css

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

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

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