Html Css Color HEX #FBABFD Lavender Rose

📋 copy color: '#FBABFD'

red 251 ◦ green 171 ◦ blue 253

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

Shades of Lavender Rose #FBABFD

Tints of Lavender Rose #FBABFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.48%

R = 37.19%
G = 25.33%
B = 37.48%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FBABFD (or 0xFBABFD) is known color: Lavender Rose. HEX triplet: FB, AB and FD. RGB value is (251,171,253). Sum of RGB (Red+Green+Blue) = 251+171+253=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 171 (67.19% from 255 or 25.33% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBABFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABFD is #045402. Grayscale: #CCCCCC. Windows color (decimal): -283651 or 16624635. OLE color: 16624635.

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

Color convert

RGB 251 171 253 -
CMYK 0.01 0.32 0 0.01
HSL 298.54º 0.95% 0.83% -
HSV(B) 298.54º 0.32% 0.99% -
XYZ 72.08 56.73 100.08 -
YUV 204.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 251 171 253 0.01 0.32 0 0.01 298.54 0.95 0.83
Hex FB AB FD 1 20 0 1 12B 5F 53
Octal 373 253 375 1 40 0 1 453 137 123
Binary 11111011 10101011 11111101 1 100000 0 1 100101011 1011111 1010011

Color Harmonies of #FBABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABFD

Black with #FBABFD

Text Example


Text Example

White with #FBABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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