#FBAADC

Color #FBAADC Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FBAADC

Tints of Lavender Rose #FBAADC

Color information

#FBAADC (or 0xFBAADC) is unknown color: approx Lavender Rose. HEX triplet: FB, AA and DC. RGB value is (251,170,220). Sum of RGB (Red+Green+Blue) = 251+170+220=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 170 (66.80% from 255 or 26.52% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAADC is #045523. Grayscale: #C7C7C7. Windows color (decimal): -283940 or 14461691. OLE color: 14461691.

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

Color convert

RGB251170220-
CMYK00.320.120.02
HSL322.96º91.01%82.55%-
HSV(B)322.96º32.27%98.43%-
XYZ67.0854.4374.68-
YUV199.92139.34164.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 170 (66.80% from 255) = 26.52%
BLUE value IS 220 (86.33% from 255) = 34.32%
R=39.16%
G=26.52%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117022000.320.120.02322.9691.0182.55
HexFBAADC020C21435b53
Octal373252334040142503133123
Binary111110111010101011011100010000011001010100001110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAADC; }

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

 H1.HeaderClassName
 {
   color: #FBAADC;
 }
 .AnyTagClassName
 {
   color: #FBAADC;
 }
</style>
background-color css

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

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

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

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

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

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