#FDADC7

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

Shades of Carnation Pink #FDADC7

Tints of Carnation Pink #FDADC7

Color information

#FDADC7 (or 0xFDADC7) is unknown color: approx Carnation Pink. HEX triplet: FD, AD and C7. RGB value is (253,173,199). Sum of RGB (Red+Green+Blue) = 253+173+199=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADC7 is #025238. Grayscale: #C7C7C7. Windows color (decimal): -152121 or 13086205. OLE color: 13086205.

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

Color convert

RGB253173199-
CMYK00.320.210.01
HSL340.5º95.24%83.53%-
HSV(B)340.5º31.62%99.22%-
XYZ65.7654.8961.16-
YUV199.88127.5165.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.48%
GREEN value IS 173 (67.97% from 255) = 27.68%
BLUE value IS 199 (78.12% from 255) = 31.84%
R=40.48%
G=27.68%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317319900.320.210.01340.595.2483.53
HexFDADC70201511545f54
Octal375255307040251524137124
Binary111111011010110111000111010000010101110101010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDADC7; }

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

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

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

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

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

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

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

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