#FCCFC2

Color #FCCFC2 Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #FCCFC2

Tints of Coral Candy #FCCFC2

Color information

#FCCFC2 (or 0xFCCFC2) is unknown color: approx Coral Candy. HEX triplet: FC, CF and C2. RGB value is (252,207,194). Sum of RGB (Red+Green+Blue) = 252+207+194=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 194 (76.17% from 255 or 29.71% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFC2 is #03303D. Grayscale: #DBDBDB. Windows color (decimal): -208958 or 12767228. OLE color: 12767228.

HSL color Cylindrical-coordinate representation of color #FCCFC2: hue angle of 13.45º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCCFC2 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB252207194-
CMYK00.180.230.01
HSL13.45º90.62%87.45%-
HSV(B)13.45º23.02%98.82%-
XYZ72.269.2260.59-
YUV218.97113.91151.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 207 (81.25% from 255) = 31.70%
BLUE value IS 194 (76.17% from 255) = 29.71%
R=38.59%
G=31.70%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220719400.180.230.0113.4590.6287.45
HexFCCFC2012171d5b57
Octal37431730202227115133127
Binary111111001100111111000010010010101111110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCFC2; }

 p { color: rgb(252,207,194); }

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

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

 a { background-color: rgb(252,207,194); }

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

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

 span { border-color: rgb(252,207,194); }

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