#FFCEAF

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

Shades of Apricot #FFCEAF

Tints of Apricot #FFCEAF

Color information

#FFCEAF (or 0xFFCEAF) is unknown color: approx Apricot. HEX triplet: FF, CE and AF. RGB value is (255,206,175). Sum of RGB (Red+Green+Blue) = 255+206+175=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCEAF is #003150. Grayscale: #D9D9D9. Windows color (decimal): -12625 or 11521791. OLE color: 11521791.

HSL color Cylindrical-coordinate representation of color #FFCEAF: hue angle of 23.25º 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 #FFCEAF is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB255206175-
CMYK00.190.310
HSL23.25º100%84.31%-
HSV(B)23.25º31.37%100%-
XYZ71.0568.550.03-
YUV217.12104.23155.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.09%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 175 (68.75% from 255) = 27.52%
R=40.09%
G=32.39%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520617500.190.31023.2510084.31
HexFFCEAF0131F0176454
Octal37731625702337027144124
Binary1111111111001110101011110100111111101011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCEAF; }

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

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

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

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

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

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

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

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