#FFCFC4

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

Shades of Coral Candy #FFCFC4

Tints of Coral Candy #FFCFC4

Color information

#FFCFC4 (or 0xFFCFC4) is unknown color: approx Coral Candy. HEX triplet: FF, CF and C4. RGB value is (255,207,196). Sum of RGB (Red+Green+Blue) = 255+207+196=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 196 (76.95% from 255 or 29.79% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCFC4 is #00303B. Grayscale: #DCDCDC. Windows color (decimal): -12348 or 12898303. OLE color: 12898303.

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

Color convert

RGB255207196-
CMYK00.190.230
HSL11.19º100%88.43%-
HSV(B)11.19º23.14%100%-
XYZ73.5269.8761.84-
YUV220.1114.4152.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.75%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 196 (76.95% from 255) = 29.79%
R=38.75%
G=31.46%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520719600.190.23011.1910088.43
HexFFCFC4013170b6458
Octal37731730402327013144130
Binary111111111100111111000100010011101110101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFC4; }

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

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

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

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

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

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

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

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