#FFCFAF

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

Shades of Apricot #FFCFAF

Tints of Apricot #FFCFAF

Color information

#FFCFAF (or 0xFFCFAF) is unknown color: approx Apricot. HEX triplet: FF, CF and AF. RGB value is (255,207,175). Sum of RGB (Red+Green+Blue) = 255+207+175=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCFAF is #003050. Grayscale: #D9D9D9. Windows color (decimal): -12369 or 11522047. OLE color: 11522047.

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

Color convert

RGB255207175-
CMYK00.190.310
HSL24º100%84.31%-
HSV(B)24º31.37%100%-
XYZ71.2968.9850.11-
YUV217.7103.9154.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.03%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 175 (68.75% from 255) = 27.47%
R=40.03%
G=32.50%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520717500.190.3102410084.31
HexFFCFAF0131F0186454
Octal37731725702337030144124
Binary1111111111001111101011110100111111101100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCFAF; }

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

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

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

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

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

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

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

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