Html Css Color HEX #FBAAD5 Lavender Pink

📋 copy color: '#FBAAD5'

red 251 ◦ green 170 ◦ blue 213

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

Shades of Lavender Pink #FBAAD5

Tints of Lavender Pink #FBAAD5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.81%

 BLUE value IS 213 (83.59% from 255) = 33.6%

R = 39.59%
G = 26.81%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FBAAD5 (or 0xFBAAD5) is known color: Lavender Pink. HEX triplet: FB, AA and D5. RGB value is (251,170,213). Sum of RGB (Red+Green+Blue) = 251+170+213=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 213 (83.59% from 255 or 33.60% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAAD5 is #04552A. Grayscale: #C7C7C7. Windows color (decimal): -283947 or 14002939. OLE color: 14002939.

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

Color convert

RGB 251 170 213 -
CMYK 0 0.32 0.15 0.02
HSL 328.15º 0.91% 0.83% -
HSV(B) 328.15º 0.32% 0.98% -
XYZ 66.17 54.06 69.9 -
YUV 199.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 251 170 213 0 0.32 0.15 0.02 328.15 0.91 0.83
Hex FB AA D5 0 20 F 2 148 5B 53
Octal 373 252 325 0 40 17 2 510 133 123
Binary 11111011 10101010 11010101 0 100000 1111 10 101001000 1011011 1010011

Color Harmonies of #FBAAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAAD5

Black with #FBAAD5

Text Example


Text Example

White with #FBAAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAAD5; }

 p { color: rgb(251,170,213); }

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

background-color css

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

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

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

border-color css

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

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

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