Html Css Color HEX #FAB3F3 Lavender Rose

📋 copy color: '#FAB3F3'

red 250 ◦ green 179 ◦ blue 243

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

Shades of Lavender Rose #FAB3F3

Tints of Lavender Rose #FAB3F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.16%

R = 37.2%
G = 26.64%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAB3F3 (or 0xFAB3F3) is known color: Lavender Rose. HEX triplet: FA, B3 and F3. RGB value is (250,179,243). Sum of RGB (Red+Green+Blue) = 250+179+243=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 179 (70.31% from 255 or 26.64% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3F3 is #054C0C. Grayscale: #CFCFCF. Windows color (decimal): -347149 or 15971322. OLE color: 15971322.

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

Color convert

RGB 250 179 243 -
CMYK 0 0.28 0.03 0.02
HSL 305.92º 0.88% 0.84% -
HSV(B) 305.92º 0.28% 0.98% -
XYZ 71.72 59.04 92.41 -
YUV 207.53 148.02 158.3 -
System Red Green Blue C M Y K H S L
Decimal 250 179 243 0 0.28 0.03 0.02 305.92 0.88 0.84
Hex FA B3 F3 0 1C 3 2 132 58 54
Octal 372 263 363 0 34 3 2 462 130 124
Binary 11111010 10110011 11110011 0 11100 11 10 100110010 1011000 1010100

Color Harmonies of #FAB3F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3F3

Black with #FAB3F3

Text Example


Text Example

White with #FAB3F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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