#FBAFFD

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

Shades of Lavender Rose #FBAFFD

Tints of Lavender Rose #FBAFFD

Color information

#FBAFFD (or 0xFBAFFD) is unknown color: approx Lavender Rose. HEX triplet: FB, AF and FD. RGB value is (251,175,253). Sum of RGB (Red+Green+Blue) = 251+175+253=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 175 (68.75% from 255 or 25.77% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #FBAFFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBAFFD is #045002. Grayscale: #CECECE. Windows color (decimal): -282627 or 16625659. OLE color: 16625659.

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

Color convert

RGB251175253-
CMYK0.010.3100.01
HSL298.46º95.12%83.92%-
HSV(B)298.46º30.83%99.22%-
XYZ72.8458.26100.33-
YUV206.62154.18159.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.97%
GREEN value IS 175 (68.75% from 255) = 25.77%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=36.97%
G=25.77%
B=37.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2511752530.010.3100.01298.4695.1283.92
HexFBAFFD11F0112a5f54
Octal37325737513701452137124
Binary1111101110101111111111011111110110010101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFFD; }

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

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

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

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

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

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

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

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