#FDADC4

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

Shades of Cupid #FDADC4

Tints of Cupid #FDADC4

Color information

#FDADC4 (or 0xFDADC4) is unknown color: approx Cupid. HEX triplet: FD, AD and C4. RGB value is (253,173,196). Sum of RGB (Red+Green+Blue) = 253+173+196=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADC4 is #02523B. Grayscale: #C7C7C7. Windows color (decimal): -152124 or 12889597. OLE color: 12889597.

HSL color Cylindrical-coordinate representation of color #FDADC4: hue angle of 342.75º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDADC4 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253173196-
CMYK00.320.230.01
HSL342.75º95.24%83.53%-
HSV(B)342.75º31.62%99.22%-
XYZ65.4254.7659.35-
YUV199.54126166.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.68%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 196 (76.95% from 255) = 31.51%
R=40.68%
G=27.81%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317319600.320.230.01342.7595.2483.53
HexFDADC40201711575f54
Octal375255304040271527137124
Binary111111011010110111000100010000010111110101011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDADC4; }

 p { color: rgb(253,173,196); }

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

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

 a { background-color: rgb(253,173,196); }

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

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

 span { border-color: rgb(253,173,196); }

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