#FFCBAF

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

Shades of Apricot #FFCBAF

Tints of Apricot #FFCBAF

Color information

#FFCBAF (or 0xFFCBAF) is unknown color: approx Apricot. HEX triplet: FF, CB and AF. RGB value is (255,203,175). Sum of RGB (Red+Green+Blue) = 255+203+175=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCBAF is #003450. Grayscale: #D7D7D7. Windows color (decimal): -13393 or 11521023. OLE color: 11521023.

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

Color convert

RGB255203175-
CMYK00.200.310
HSL21º100%84.31%-
HSV(B)21º31.37%100%-
XYZ70.3367.0749.8-
YUV215.36105.23156.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 40.28%
GREEN value IS 203 (79.69% from 255) = 32.07%
BLUE value IS 175 (68.75% from 255) = 27.65%
R=40.28%
G=32.07%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520317500.200.3102110084.31
HexFFCBAF0141F0156454
Octal37731325702437025144124
Binary1111111111001011101011110101001111101010111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBAF; }

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

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

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

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

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

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

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

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