#FBA4DE

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

Shades of Lavender Rose #FBA4DE

Tints of Lavender Rose #FBA4DE

Color information

#FBA4DE (or 0xFBA4DE) is unknown color: approx Lavender Rose. HEX triplet: FB, A4 and DE. RGB value is (251,164,222). Sum of RGB (Red+Green+Blue) = 251+164+222=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 164 (64.45% from 255 or 25.75% from 637); Blue value is 222 (87.11% from 255 or 34.85% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4DE is #045B21. Grayscale: #C4C4C4. Windows color (decimal): -285474 or 14591227. OLE color: 14591227.

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

Color convert

RGB251164222-
CMYK00.350.120.02
HSL320º91.58%81.37%-
HSV(B)320º34.66%98.43%-
XYZ66.2452.3375.72-
YUV196.62142.32166.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.40%
GREEN value IS 164 (64.45% from 255) = 25.75%
BLUE value IS 222 (87.11% from 255) = 34.85%
R=39.40%
G=25.75%
B=34.85%

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
Decimal25116422200.350.120.0232091.5881.37
HexFBA4DE023C21405c51
Octal373244336043142500134121
Binary111110111010010011011110010001111001010100000010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4DE; }

 p { color: rgb(251,164,222); }

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

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

 a { background-color: rgb(251,164,222); }

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

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

 span { border-color: rgb(251,164,222); }

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