#F4CFAF

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

Shades of Apricot #F4CFAF

Tints of Apricot #F4CFAF

Color information

#F4CFAF (or 0xF4CFAF) is unknown color: approx Apricot. HEX triplet: F4, CF and AF. RGB value is (244,207,175). Sum of RGB (Red+Green+Blue) = 244+207+175=626 (82% of max value = 765). Red value is 244 (95.70% from 255 or 38.98% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CFAF is #0B3050. Grayscale: #D6D6D6. Windows color (decimal): -733265 or 11522036. OLE color: 11522036.

HSL color Cylindrical-coordinate representation of color #F4CFAF: hue angle of 27.83º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F4CFAF is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB244207175-
CMYK00.150.280.04
HSL27.83º75.82%82.16%-
HSV(B)27.83º28.28%95.69%-
XYZ67.3666.9549.93-
YUV214.41105.76149.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.98%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 175 (68.75% from 255) = 27.96%
R=38.98%
G=33.07%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420717500.150.280.0427.8375.8282.16
HexF4CFAF0F1C41c4c52
Octal36431725701734434114122
Binary11110100110011111010111101111111001001110010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CFAF; }

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

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

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

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

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

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

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

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