#FFCFC6

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

Shades of Coral Candy #FFCFC6

Tints of Coral Candy #FFCFC6

Color information

#FFCFC6 (or 0xFFCFC6) is unknown color: approx Coral Candy. HEX triplet: FF, CF and C6. RGB value is (255,207,198). Sum of RGB (Red+Green+Blue) = 255+207+198=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 198 (77.73% from 255 or 30% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFC6 is #003039. Grayscale: #DCDCDC. Windows color (decimal): -12346 or 13029375. OLE color: 13029375.

HSL color Cylindrical-coordinate representation of color #FFCFC6: hue angle of 9.47º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFCFC6 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255207198-
CMYK00.190.220
HSL9.47º100%88.82%-
HSV(B)9.47º22.35%100%-
XYZ73.7569.9663.04-
YUV220.33115.4152.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 198 (77.73% from 255) = 30%
R=38.64%
G=31.36%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520719800.190.2209.4710088.82
HexFFCFC601316096459
Octal37731730602326011144131
Binary111111111100111111000110010011101100100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFC6; }

 p { color: rgb(255,207,198); }

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

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

 a { background-color: rgb(255,207,198); }

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

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

 span { border-color: rgb(255,207,198); }

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