#FBAFE3

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

Shades of Lavender Rose #FBAFE3

Tints of Lavender Rose #FBAFE3

Color information

#FBAFE3 (or 0xFBAFE3) is unknown color: approx Lavender Rose. HEX triplet: FB, AF and E3. RGB value is (251,175,227). Sum of RGB (Red+Green+Blue) = 251+175+227=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFE3 is #04501C. Grayscale: #CBCBCB. Windows color (decimal): -282653 or 14921723. OLE color: 14921723.

HSL color Cylindrical-coordinate representation of color #FBAFE3: hue angle of 318.95º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFE3 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB251175227-
CMYK00.300.100.02
HSL318.95º90.48%83.53%-
HSV(B)318.95º30.28%98.43%-
XYZ68.9856.7279.98-
YUV203.65141.18161.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 175 (68.75% from 255) = 26.80%
BLUE value IS 227 (89.06% from 255) = 34.76%
R=38.44%
G=26.80%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117522700.300.100.02318.9590.4883.53
HexFBAFE301EA213f5a54
Octal373257343036122477132124
Binary11111011101011111110001101111010101010011111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAFE3; }

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

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

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

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

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

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

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

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