#FDAFF3

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

Shades of Lavender Rose #FDAFF3

Tints of Lavender Rose #FDAFF3

Color information

#FDAFF3 (or 0xFDAFF3) is unknown color: approx Lavender Rose. HEX triplet: FD, AF and F3. RGB value is (253,175,243). Sum of RGB (Red+Green+Blue) = 253+175+243=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 175 (68.75% from 255 or 26.08% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAFF3 is #02500C. Grayscale: #CDCDCD. Windows color (decimal): -151565 or 15970301. OLE color: 15970301.

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

Color convert

RGB253175243-
CMYK00.310.040.01
HSL307.69º95.12%83.92%-
HSV(B)307.69º30.83%99.22%-
XYZ72.0258.0192.2-
YUV206.07148.84161.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 37.70%
GREEN value IS 175 (68.75% from 255) = 26.08%
BLUE value IS 243 (95.31% from 255) = 36.21%
R=37.70%
G=26.08%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317524300.310.040.01307.6995.1283.92
HexFDAFF301F411345f54
Octal37525736303741464137124
Binary111111011010111111110011011111100110011010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFF3; }

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

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

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

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

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

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

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

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