#FCABCB

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

Shades of Carnation Pink #FCABCB

Tints of Carnation Pink #FCABCB

Color information

#FCABCB (or 0xFCABCB) is unknown color: approx Carnation Pink. HEX triplet: FC, AB and CB. RGB value is (252,171,203). Sum of RGB (Red+Green+Blue) = 252+171+203=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 171 (67.19% from 255 or 27.32% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCABCB is #035434. Grayscale: #C6C6C6. Windows color (decimal): -218165 or 13347836. OLE color: 13347836.

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

Color convert

RGB252171203-
CMYK00.320.190.01
HSL336.3º93.1%82.94%-
HSV(B)336.3º32.14%98.82%-
XYZ65.4954.1363.5-
YUV198.87130.34165.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.26%
GREEN value IS 171 (67.19% from 255) = 27.32%
BLUE value IS 203 (79.69% from 255) = 32.43%
R=40.26%
G=27.32%
B=32.43%

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
Decimal25217120300.320.190.01336.393.182.94
HexFCABCB0201311505d53
Octal374253313040231520135123
Binary111111001010101111001011010000010011110101000010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCABCB; }

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

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

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

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

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

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

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

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