#FBAFFC

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

Shades of Lavender Rose #FBAFFC

Tints of Lavender Rose #FBAFFC

Color information

#FBAFFC (or 0xFBAFFC) is unknown color: approx Lavender Rose. HEX triplet: FB, AF and FC. RGB value is (251,175,252). Sum of RGB (Red+Green+Blue) = 251+175+252=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 175 (68.75% from 255 or 25.81% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #FBAFFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFFC is #045003. Grayscale: #CECECE. Windows color (decimal): -282628 or 16560123. OLE color: 16560123.

HSL color Cylindrical-coordinate representation of color #FBAFFC: hue angle of 299.22º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBAFFC is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB251175252-
CMYK0.000.3100.01
HSL299.22º92.77%83.73%-
HSV(B)299.22º30.56%98.82%-
XYZ72.6858.299.5-
YUV206.5153.68159.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 175 (68.75% from 255) = 25.81%
BLUE value IS 252 (98.83% from 255) = 37.17%
R=37.02%
G=25.81%
B=37.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511752520.000.3100.01299.2292.7783.73
HexFBAFFC01F0112b5d54
Octal37325737403701453135124
Binary1111101110101111111111000111110110010101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFFC; }

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

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

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

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

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

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

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

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