Html Css Color HEX #FBABF3 Lavender Rose

📋 copy color: '#FBABF3'

red 251 ◦ green 171 ◦ blue 243

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

Shades of Lavender Rose #FBABF3

Tints of Lavender Rose #FBABF3

RGB

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

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

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

R = 37.74%
G = 25.71%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FBABF3 (or 0xFBABF3) is known color: Lavender Rose. HEX triplet: FB, AB and F3. RGB value is (251,171,243). Sum of RGB (Red+Green+Blue) = 251+171+243=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 171 (67.19% from 255 or 25.71% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBABF3 is #04540C. Grayscale: #CACACA. Windows color (decimal): -283661 or 15969275. OLE color: 15969275.

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

Color convert

RGB 251 171 243 -
CMYK 0 0.32 0.03 0.02
HSL 306º 0.91% 0.83% -
HSV(B) 306º 0.32% 0.98% -
XYZ 70.52 56.11 91.91 -
YUV 203.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 251 171 243 0 0.32 0.03 0.02 306 0.91 0.83
Hex FB AB F3 0 20 3 2 132 5B 53
Octal 373 253 363 0 40 3 2 462 133 123
Binary 11111011 10101011 11110011 0 100000 11 10 100110010 1011011 1010011

Color Harmonies of #FBABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBABF3

Black with #FBABF3

Text Example


Text Example

White with #FBABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBABF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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