#F6CFCC

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

Shades of Coral Candy #F6CFCC

Tints of Coral Candy #F6CFCC

Color information

#F6CFCC (or 0xF6CFCC) is unknown color: approx Coral Candy. HEX triplet: F6, CF and CC. RGB value is (246,207,204). Sum of RGB (Red+Green+Blue) = 246+207+204=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFCC is #093033. Grayscale: #DADADA. Windows color (decimal): -602164 or 13422582. OLE color: 13422582.

HSL color Cylindrical-coordinate representation of color #F6CFCC: hue angle of 4.29º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F6CFCC is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB246207204-
CMYK00.160.170.04
HSL4.29º70%88.24%-
HSV(B)4.29º17.07%96.47%-
XYZ71.2268.5866.61-
YUV218.32119.92147.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.44%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 204 (80.08% from 255) = 31.05%
R=37.44%
G=31.51%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620720400.160.170.044.297088.24
HexF6CFCC01011444658
Octal3663173140202144106130
Binary1111011011001111110011000100001000110010010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CFCC; }

 p { color: rgb(246,207,204); }

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

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

 a { background-color: rgb(246,207,204); }

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

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

 span { border-color: rgb(246,207,204); }

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