#FDA8F3

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

Shades of Lavender Rose #FDA8F3

Tints of Lavender Rose #FDA8F3

Color information

#FDA8F3 (or 0xFDA8F3) is unknown color: approx Lavender Rose. HEX triplet: FD, A8 and F3. RGB value is (253,168,243). Sum of RGB (Red+Green+Blue) = 253+168+243=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 168 (66.02% from 255 or 25.30% from 664); Blue value is 243 (95.31% from 255 or 36.60% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDA8F3 is #02570C. Grayscale: #C9C9C9. Windows color (decimal): -153357 or 15968509. OLE color: 15968509.

HSL color Cylindrical-coordinate representation of color #FDA8F3: hue angle of 307.06º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8F3 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB253168243-
CMYK00.340.040.01
HSL307.06º95.51%82.55%-
HSV(B)307.06º33.6%99.22%-
XYZ70.6955.3691.75-
YUV201.96151.16164.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.10%
GREEN value IS 168 (66.02% from 255) = 25.30%
BLUE value IS 243 (95.31% from 255) = 36.60%
R=38.10%
G=25.30%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316824300.340.040.01307.0695.5182.55
HexFDA8F3022411336053
Octal37525036304241463140123
Binary1111110110101000111100110100010100110011001111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA8F3; }

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

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

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

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

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

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

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

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