#FFCFC3

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

Shades of Coral Candy #FFCFC3

Tints of Coral Candy #FFCFC3

Color information

#FFCFC3 (or 0xFFCFC3) is unknown color: approx Coral Candy. HEX triplet: FF, CF and C3. RGB value is (255,207,195). Sum of RGB (Red+Green+Blue) = 255+207+195=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 195 (76.56% from 255 or 29.68% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFC3 is #00303C. Grayscale: #DCDCDC. Windows color (decimal): -12349 or 12832767. OLE color: 12832767.

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

Color convert

RGB255207195-
CMYK00.190.240
HSL12º100%88.24%-
HSV(B)12º23.53%100%-
XYZ73.469.8361.24-
YUV219.98113.9152.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 207 (81.25% from 255) = 31.51%
BLUE value IS 195 (76.56% from 255) = 29.68%
R=38.81%
G=31.51%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520719500.190.2401210088.24
HexFFCFC3013180c6458
Octal37731730302330014144130
Binary111111111100111111000011010011110000110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFC3; }

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

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

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

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

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

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

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

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