#FBA8DF

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

Shades of Lavender Rose #FBA8DF

Tints of Lavender Rose #FBA8DF

Color information

#FBA8DF (or 0xFBA8DF) is unknown color: approx Lavender Rose. HEX triplet: FB, A8 and DF. RGB value is (251,168,223). Sum of RGB (Red+Green+Blue) = 251+168+223=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA8DF is #045720. Grayscale: #C6C6C6. Windows color (decimal): -284449 or 14657787. OLE color: 14657787.

HSL color Cylindrical-coordinate representation of color #FBA8DF: hue angle of 320.24º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA8DF is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251168223-
CMYK00.330.110.02
HSL320.24º91.21%82.16%-
HSV(B)320.24º33.07%98.43%-
XYZ67.1153.8476.67-
YUV199.09141.5165.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.10%
GREEN value IS 168 (66.02% from 255) = 26.17%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=39.10%
G=26.17%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116822300.330.110.02320.2491.2182.16
HexFBA8DF021B21405b52
Octal373250337041132500133122
Binary111110111010100011011111010000110111010100000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA8DF; }

 p { color: rgb(251,168,223); }

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

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

 a { background-color: rgb(251,168,223); }

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

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

 span { border-color: rgb(251,168,223); }

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