#FCADC9

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

Shades of Carnation Pink #FCADC9

Tints of Carnation Pink #FCADC9

Color information

#FCADC9 (or 0xFCADC9) is unknown color: approx Carnation Pink. HEX triplet: FC, AD and C9. RGB value is (252,173,201). Sum of RGB (Red+Green+Blue) = 252+173+201=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 173 (67.97% from 255 or 27.64% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADC9 is #035236. Grayscale: #C7C7C7. Windows color (decimal): -217655 or 13217276. OLE color: 13217276.

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

Color convert

RGB252173201-
CMYK00.310.200.01
HSL338.73º92.94%83.33%-
HSV(B)338.73º31.35%98.82%-
XYZ65.6354.862.38-
YUV199.81128.67165.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 173 (67.97% from 255) = 27.64%
BLUE value IS 201 (78.91% from 255) = 32.11%
R=40.26%
G=27.64%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217320100.310.200.01338.7392.9483.33
HexFCADC901F1411535d53
Octal374255311037241523135123
Binary11111100101011011100100101111110100110101001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADC9; }

 p { color: rgb(252,173,201); }

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

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

 a { background-color: rgb(252,173,201); }

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

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

 span { border-color: rgb(252,173,201); }

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