#FBACFC

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

Shades of Lavender Rose #FBACFC

Tints of Lavender Rose #FBACFC

Color information

#FBACFC (or 0xFBACFC) is unknown color: approx Lavender Rose. HEX triplet: FB, AC and FC. RGB value is (251,172,252). Sum of RGB (Red+Green+Blue) = 251+172+252=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 172 (67.58% from 255 or 25.48% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBACFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBACFC is #045303. Grayscale: #CCCCCC. Windows color (decimal): -283396 or 16559355. OLE color: 16559355.

HSL color Cylindrical-coordinate representation of color #FBACFC: hue angle of 299.25º degrees, saturation: 0.93, 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 #FBACFC is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251172252-
CMYK0.000.3200.01
HSL299.25º93.02%83.14%-
HSV(B)299.25º31.75%98.82%-
XYZ72.1157.0499.31-
YUV204.74154.67161-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 172 (67.58% from 255) = 25.48%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=37.19%
G=25.48%
B=37.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511722520.000.3200.01299.2593.0283.14
HexFBACFC0200112b5d53
Octal37325437404001453135123
Binary11111011101011001111110001000000110010101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBACFC; }

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

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

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

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

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

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

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

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