#FBA0DE

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

Shades of Lavender Rose #FBA0DE

Tints of Lavender Rose #FBA0DE

Color information

#FBA0DE (or 0xFBA0DE) is unknown color: approx Lavender Rose. HEX triplet: FB, A0 and DE. RGB value is (251,160,222). Sum of RGB (Red+Green+Blue) = 251+160+222=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0DE is #045F21. Grayscale: #C2C2C2. Windows color (decimal): -286498 or 14590203. OLE color: 14590203.

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

Color convert

RGB251160222-
CMYK00.360.120.02
HSL319.12º91.92%80.59%-
HSV(B)319.12º36.25%98.43%-
XYZ65.5450.9275.48-
YUV194.28143.65168.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 160 (62.89% from 255) = 25.28%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=39.65%
G=25.28%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116022200.360.120.02319.1291.9280.59
HexFBA0DE024C213f5c51
Octal373240336044142477134121
Binary111110111010000011011110010010011001010011111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA0DE; }

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

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

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

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

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

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

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

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