#FFCDAF

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

Shades of Apricot #FFCDAF

Tints of Apricot #FFCDAF

Color information

#FFCDAF (or 0xFFCDAF) is unknown color: approx Apricot. HEX triplet: FF, CD and AF. RGB value is (255,205,175). Sum of RGB (Red+Green+Blue) = 255+205+175=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCDAF is #003250. Grayscale: #D8D8D8. Windows color (decimal): -12881 or 11521535. OLE color: 11521535.

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

Color convert

RGB255205175-
CMYK00.200.310
HSL22.5º100%84.31%-
HSV(B)22.5º31.37%100%-
XYZ70.8168.0249.95-
YUV216.53104.56155.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.16%
GREEN value IS 205 (80.47% from 255) = 32.28%
BLUE value IS 175 (68.75% from 255) = 27.56%
R=40.16%
G=32.28%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520517500.200.31022.510084.31
HexFFCDAF0141F0176454
Octal37731525702437027144124
Binary1111111111001101101011110101001111101011111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCDAF; }

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

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

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

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

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

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

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

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