Html Css Color HEX #FBAADD Lavender Rose

📋 copy color: '#FBAADD'

red 251 ◦ green 170 ◦ blue 221

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

Shades of Lavender Rose #FBAADD

Tints of Lavender Rose #FBAADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.42%

R = 39.1%
G = 26.48%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FBAADD (or 0xFBAADD) is known color: Lavender Rose. HEX triplet: FB, AA and DD. RGB value is (251,170,221). Sum of RGB (Red+Green+Blue) = 251+170+221=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 170 (66.80% from 255 or 26.48% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAADD is #045522. Grayscale: #C7C7C7. Windows color (decimal): -283939 or 14527227. OLE color: 14527227.

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

Color convert

RGB 251 170 221 -
CMYK 0 0.32 0.12 0.02
HSL 322.22º 0.91% 0.83% -
HSV(B) 322.22º 0.32% 0.98% -
XYZ 67.21 54.48 75.38 -
YUV 200.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 251 170 221 0 0.32 0.12 0.02 322.22 0.91 0.83
Hex FB AA DD 0 20 C 2 142 5B 53
Octal 373 252 335 0 40 14 2 502 133 123
Binary 11111011 10101010 11011101 0 100000 1100 10 101000010 1011011 1010011

Color Harmonies of #FBAADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAADD

Black with #FBAADD

Text Example


Text Example

White with #FBAADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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