#FCABC8

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

Shades of Carnation Pink #FCABC8

Tints of Carnation Pink #FCABC8

Color information

#FCABC8 (or 0xFCABC8) is unknown color: approx Carnation Pink. HEX triplet: FC, AB and C8. RGB value is (252,171,200). Sum of RGB (Red+Green+Blue) = 252+171+200=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABC8 is #035437. Grayscale: #C6C6C6. Windows color (decimal): -218168 or 13151228. OLE color: 13151228.

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

Color convert

RGB252171200-
CMYK00.320.210.01
HSL338.52º93.1%82.94%-
HSV(B)338.52º32.14%98.82%-
XYZ65.1353.9961.63-
YUV198.52128.84166.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 171 (67.19% from 255) = 27.45%
BLUE value IS 200 (78.52% from 255) = 32.10%
R=40.45%
G=27.45%
B=32.10%

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
Decimal25217120000.320.210.01338.5293.182.94
HexFCABC80201511535d53
Octal374253310040251523135123
Binary111111001010101111001000010000010101110101001110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABC8; }

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

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

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

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

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

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

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

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