Html Css Color HEX #FBAADA Lavender Pink

📋 copy color: '#FBAADA'

red 251 ◦ green 170 ◦ blue 218

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

Shades of Lavender Pink #FBAADA

Tints of Lavender Pink #FBAADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.12%

R = 39.28%
G = 26.6%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FBAADA (or 0xFBAADA) is known color: Lavender Pink. HEX triplet: FB, AA and DA. RGB value is (251,170,218). Sum of RGB (Red+Green+Blue) = 251+170+218=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 170 (66.80% from 255 or 26.60% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAADA is #045525. Grayscale: #C7C7C7. Windows color (decimal): -283942 or 14330619. OLE color: 14330619.

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

Color convert

RGB 251 170 218 -
CMYK 0 0.32 0.13 0.02
HSL 324.44º 0.91% 0.83% -
HSV(B) 324.44º 0.32% 0.98% -
XYZ 66.81 54.32 73.29 -
YUV 199.69 138.34 164.6 -
System Red Green Blue C M Y K H S L
Decimal 251 170 218 0 0.32 0.13 0.02 324.44 0.91 0.83
Hex FB AA DA 0 20 D 2 144 5B 53
Octal 373 252 332 0 40 15 2 504 133 123
Binary 11111011 10101010 11011010 0 100000 1101 10 101000100 1011011 1010011

Color Harmonies of #FBAADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAADA

Black with #FBAADA

Text Example


Text Example

White with #FBAADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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