#FDAFEB

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

Shades of Lavender Rose #FDAFEB

Tints of Lavender Rose #FDAFEB

Color information

#FDAFEB (or 0xFDAFEB) is unknown color: approx Lavender Rose. HEX triplet: FD, AF and EB. RGB value is (253,175,235). Sum of RGB (Red+Green+Blue) = 253+175+235=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 175 (68.75% from 255 or 26.40% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FDAFEB is #025014. Grayscale: #CCCCCC. Windows color (decimal): -151573 or 15446013. OLE color: 15446013.

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

Color convert

RGB253175235-
CMYK00.310.070.01
HSL313.85º95.12%83.92%-
HSV(B)313.85º30.83%99.22%-
XYZ70.8357.5485.97-
YUV205.16144.84162.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.16%
GREEN value IS 175 (68.75% from 255) = 26.40%
BLUE value IS 235 (92.19% from 255) = 35.44%
R=38.16%
G=26.40%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317523500.310.070.01313.8595.1283.92
HexFDAFEB01F7113a5f54
Octal37525735303771472137124
Binary111111011010111111101011011111111110011101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFEB; }

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

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

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

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

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

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

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

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