#FFCFC5

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

Shades of Coral Candy #FFCFC5

Tints of Coral Candy #FFCFC5

Color information

#FFCFC5 (or 0xFFCFC5) is unknown color: approx Coral Candy. HEX triplet: FF, CF and C5. RGB value is (255,207,197). Sum of RGB (Red+Green+Blue) = 255+207+197=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 197 (77.34% from 255 or 29.89% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFC5 is #00303A. Grayscale: #DCDCDC. Windows color (decimal): -12347 or 12963839. OLE color: 12963839.

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

Color convert

RGB255207197-
CMYK00.190.230
HSL10.34º100%88.63%-
HSV(B)10.34º22.75%100%-
XYZ73.6369.9262.44-
YUV220.21114.9152.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 197 (77.34% from 255) = 29.89%
R=38.69%
G=31.41%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520719700.190.23010.3410088.63
HexFFCFC5013170a6459
Octal37731730502327012144131
Binary111111111100111111000101010011101110101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFC5; }

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

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

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

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

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

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

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

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