#FCADC8

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

Shades of Carnation Pink #FCADC8

Tints of Carnation Pink #FCADC8

Color information

#FCADC8 (or 0xFCADC8) is unknown color: approx Carnation Pink. HEX triplet: FC, AD and C8. RGB value is (252,173,200). Sum of RGB (Red+Green+Blue) = 252+173+200=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCADC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCADC8 is #035237. Grayscale: #C7C7C7. Windows color (decimal): -217656 or 13151740. OLE color: 13151740.

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

Color convert

RGB252173200-
CMYK00.310.210.01
HSL339.49º92.94%83.33%-
HSV(B)339.49º31.35%98.82%-
XYZ65.5154.7561.76-
YUV199.7128.17165.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.32%
GREEN value IS 173 (67.97% from 255) = 27.68%
BLUE value IS 200 (78.52% from 255) = 32%
R=40.32%
G=27.68%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217320000.310.210.01339.4992.9483.33
HexFCADC801F1511535d53
Octal374255310037251523135123
Binary11111100101011011100100001111110101110101001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCADC8; }

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

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

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

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

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

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

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

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