#FDAFED

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

Shades of Lavender Rose #FDAFED

Tints of Lavender Rose #FDAFED

Color information

#FDAFED (or 0xFDAFED) is unknown color: approx Lavender Rose. HEX triplet: FD, AF and ED. RGB value is (253,175,237). Sum of RGB (Red+Green+Blue) = 253+175+237=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 175 (68.75% from 255 or 26.32% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAFED is #025012. Grayscale: #CDCDCD. Windows color (decimal): -151571 or 15577085. OLE color: 15577085.

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

Color convert

RGB253175237-
CMYK00.310.060.01
HSL312.31º95.12%83.92%-
HSV(B)312.31º30.83%99.22%-
XYZ71.1257.6687.5-
YUV205.39145.84161.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.05%
GREEN value IS 175 (68.75% from 255) = 26.32%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=38.05%
G=26.32%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317523700.310.060.01312.3195.1283.92
HexFDAFED01F611385f54
Octal37525735503761470137124
Binary111111011010111111101101011111110110011100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFED; }

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

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

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

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

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

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

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

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