#FBA2DC

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

Shades of Lavender Rose #FBA2DC

Tints of Lavender Rose #FBA2DC

Color information

#FBA2DC (or 0xFBA2DC) is unknown color: approx Lavender Rose. HEX triplet: FB, A2 and DC. RGB value is (251,162,220). Sum of RGB (Red+Green+Blue) = 251+162+220=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA2DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA2DC is #045D23. Grayscale: #C3C3C3. Windows color (decimal): -285988 or 14459643. OLE color: 14459643.

HSL color Cylindrical-coordinate representation of color #FBA2DC: hue angle of 320.9º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA2DC is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251162220-
CMYK00.350.120.02
HSL320.9º91.75%80.98%-
HSV(B)320.9º35.46%98.43%-
XYZ65.6251.5274.2-
YUV195.22141.99167.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 162 (63.67% from 255) = 25.59%
BLUE value IS 220 (86.33% from 255) = 34.76%
R=39.65%
G=25.59%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116222000.350.120.02320.991.7580.98
HexFBA2DC023C21415c51
Octal373242334043142501134121
Binary111110111010001011011100010001111001010100000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA2DC; }

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

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

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

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

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

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

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

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