#FCA7CD

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

Shades of Carnation Pink #FCA7CD

Tints of Carnation Pink #FCA7CD

Color information

#FCA7CD (or 0xFCA7CD) is unknown color: approx Carnation Pink. HEX triplet: FC, A7 and CD. RGB value is (252,167,205). Sum of RGB (Red+Green+Blue) = 252+167+205=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA7CD is #035832. Grayscale: #C4C4C4. Windows color (decimal): -219187 or 13477884. OLE color: 13477884.

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

Color convert

RGB252167205-
CMYK00.340.190.01
HSL333.18º93.41%82.16%-
HSV(B)333.18º33.73%98.82%-
XYZ64.9852.7464.51-
YUV196.75132.66167.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 167 (65.62% from 255) = 26.76%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=40.38%
G=26.76%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216720500.340.190.01333.1893.4182.16
HexFCA7CD02213114d5d52
Octal374247315042231515135122
Binary111111001010011111001101010001010011110100110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA7CD; }

 p { color: rgb(252,167,205); }

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

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

 a { background-color: rgb(252,167,205); }

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

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

 span { border-color: rgb(252,167,205); }

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