#FBACFD

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

Shades of Lavender Rose #FBACFD

Tints of Lavender Rose #FBACFD

Color information

#FBACFD (or 0xFBACFD) is unknown color: approx Lavender Rose. HEX triplet: FB, AC and FD. RGB value is (251,172,253). Sum of RGB (Red+Green+Blue) = 251+172+253=676 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.13% from 676); Green value is 172 (67.58% from 255 or 25.44% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACFD is #045302. Grayscale: #CCCCCC. Windows color (decimal): -283395 or 16624891. OLE color: 16624891.

HSL color Cylindrical-coordinate representation of color #FBACFD: hue angle of 298.52º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBACFD is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251172253-
CMYK0.010.3200.01
HSL298.52º95.29%83.33%-
HSV(B)298.52º32.02%99.22%-
XYZ72.2757.11100.14-
YUV204.86155.17160.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.13%
GREEN value IS 172 (67.58% from 255) = 25.44%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=37.13%
G=25.44%
B=37.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511722530.010.3200.01298.5295.2983.33
HexFBACFD1200112b5f53
Octal37325437514001453137123
Binary11111011101011001111110111000000110010101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACFD; }

 p { color: rgb(251,172,253); }

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

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

 a { background-color: rgb(251,172,253); }

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

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

 span { border-color: rgb(251,172,253); }

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