#FDAFE3

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

Shades of Lavender Rose #FDAFE3

Tints of Lavender Rose #FDAFE3

Color information

#FDAFE3 (or 0xFDAFE3) is unknown color: approx Lavender Rose. HEX triplet: FD, AF and E3. RGB value is (253,175,227). Sum of RGB (Red+Green+Blue) = 253+175+227=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAFE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAFE3 is #02501C. Grayscale: #CCCCCC. Windows color (decimal): -151581 or 14921725. OLE color: 14921725.

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

Color convert

RGB253175227-
CMYK00.310.100.01
HSL320º95.12%83.92%-
HSV(B)320º30.83%99.22%-
XYZ69.757.0980.02-
YUV204.25140.84162.77-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.63%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 227 (89.06% from 255) = 34.66%
R=38.63%
G=26.72%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317522700.310.100.0132095.1283.92
HexFDAFE301FA11405f54
Octal375257343037121500137124
Binary1111110110101111111000110111111010110100000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAFE3; }

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

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

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

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

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

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

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

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