#FBAFFE

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

Shades of Lavender Rose #FBAFFE

Tints of Lavender Rose #FBAFFE

Color information

#FBAFFE (or 0xFBAFFE) is unknown color: approx Lavender Rose. HEX triplet: FB, AF and FE. RGB value is (251,175,254). Sum of RGB (Red+Green+Blue) = 251+175+254=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 175 (68.75% from 255 or 25.74% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #FBAFFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFFE is #045001. Grayscale: #CECECE. Windows color (decimal): -282626 or 16691195. OLE color: 16691195.

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

Color convert

RGB251175254-
CMYK0.010.3100.00
HSL297.72º97.53%84.12%-
HSV(B)297.72º31.1%99.61%-
XYZ7358.32101.18-
YUV206.73154.68159.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 175 (68.75% from 255) = 25.74%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=36.91%
G=25.74%
B=37.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2511752540.010.3100.00297.7297.5384.12
HexFBAFFE11F0012a6254
Octal37325737613700452142124
Binary1111101110101111111111101111110010010101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFFE; }

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

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

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

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

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

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

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

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