#FDADCC

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

Shades of Carnation Pink #FDADCC

Tints of Carnation Pink #FDADCC

Color information

#FDADCC (or 0xFDADCC) is unknown color: approx Carnation Pink. HEX triplet: FD, AD and CC. RGB value is (253,173,204). Sum of RGB (Red+Green+Blue) = 253+173+204=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 173 (67.97% from 255 or 27.46% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDADCC is #025233. Grayscale: #C8C8C8. Windows color (decimal): -152116 or 13413885. OLE color: 13413885.

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

Color convert

RGB253173204-
CMYK00.320.190.01
HSL336.75º95.24%83.53%-
HSV(B)336.75º31.62%99.22%-
XYZ66.3555.1364.27-
YUV200.45130165.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.16%
GREEN value IS 173 (67.97% from 255) = 27.46%
BLUE value IS 204 (80.08% from 255) = 32.38%
R=40.16%
G=27.46%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317320400.320.190.01336.7595.2483.53
HexFDADCC0201311515f54
Octal375255314040231521137124
Binary111111011010110111001100010000010011110101000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDADCC; }

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

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

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

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

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

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

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

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