Html Css Color HEX #FAB3FB Lavender Rose

📋 copy color: '#FAB3FB'

red 250 ◦ green 179 ◦ blue 251

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

Shades of Lavender Rose #FAB3FB

Tints of Lavender Rose #FAB3FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 36.91%

R = 36.76%
G = 26.32%
B = 36.91%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAB3FB (or 0xFAB3FB) is known color: Lavender Rose. HEX triplet: FA, B3 and FB. RGB value is (250,179,251). Sum of RGB (Red+Green+Blue) = 250+179+251=680 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.76% from 680); Green value is 179 (70.31% from 255 or 26.32% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAB3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAB3FB is #054C04. Grayscale: #D0D0D0. Windows color (decimal): -347141 or 16495610. OLE color: 16495610.

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

Color convert

RGB 250 179 251 -
CMYK 0.00 0.29 0 0.02
HSL 299.17º 0.9% 0.84% -
HSV(B) 299.17º 0.29% 0.98% -
XYZ 72.96 59.53 98.91 -
YUV 208.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 250 179 251 0.00 0.29 0 0.02 299.17 0.9 0.84
Hex FA B3 FB 0 1D 0 2 12B 5A 54
Octal 372 263 373 0 35 0 2 453 132 124
Binary 11111010 10110011 11111011 0 11101 0 10 100101011 1011010 1010100

Color Harmonies of #FAB3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB3FB

Black with #FAB3FB

Text Example


Text Example

White with #FAB3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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