#FD94AF

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

Shades of Illusion #FD94AF

Tints of Illusion #FD94AF

Color information

#FD94AF (or 0xFD94AF) is unknown color: approx Illusion. HEX triplet: FD, 94 and AF. RGB value is (253,148,175). Sum of RGB (Red+Green+Blue) = 253+148+175=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FD94AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD94AF is #026B50. Grayscale: #B6B6B6. Windows color (decimal): -158545 or 11506941. OLE color: 11506941.

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

Color convert

RGB253148175-
CMYK00.420.310.01
HSL344.57º96.33%78.63%-
HSV(B)344.57º41.5%99.22%-
XYZ58.8445.1646.17-
YUV182.47123.79178.3-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.92%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=43.92%
G=25.69%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314817500.420.310.01344.5796.3378.63
HexFD94AF02A1F1159604f
Octal375224257052371531140117
Binary111111011001010010101111010101011111110101100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD94AF; }

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

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

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

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

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

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

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

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