Html Css Color HEX #FBABFB Lavender Rose

📋 copy color: '#FBABFB'

red 251 ◦ green 171 ◦ blue 251

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

Shades of Lavender Rose #FBABFB

Tints of Lavender Rose #FBABFB

RGB

 RED value IS 251 (98.44% from 255) = 37.3%

 GREEN value IS 171 (67.19% from 255) = 25.41%

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

R = 37.3%
G = 25.41%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FBABFB (or 0xFBABFB) is known color: Lavender Rose. HEX triplet: FB, AB and FB. RGB value is (251,171,251). Sum of RGB (Red+Green+Blue) = 251+171+251=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 171 (67.19% from 255 or 25.41% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: red, blue. Hex color #FBABFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABFB is #045404. Grayscale: #CBCBCB. Windows color (decimal): -283653 or 16493563. OLE color: 16493563.

HSL color Cylindrical-coordinate representation of color #FBABFB: hue angle of 300º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABFB is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 171 251 -
CMYK 0 0.32 0 0.02
HSL 300º 0.91% 0.83% -
HSV(B) 300º 0.32% 0.98% -
XYZ 71.76 56.6 98.41 -
YUV 204.04 154.5 161.5 -
System Red Green Blue C M Y K H S L
Decimal 251 171 251 0 0.32 0 0.02 300 0.91 0.83
Hex FB AB FB 0 20 0 2 12C 5B 53
Octal 373 253 373 0 40 0 2 454 133 123
Binary 11111011 10101011 11111011 0 100000 0 10 100101100 1011011 1010011

Color Harmonies of #FBABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABFB

Black with #FBABFB

Text Example


Text Example

White with #FBABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABFB; }

 p { color: rgb(251,171,251); }

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

background-color css

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

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

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

border-color css

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

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

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