#F3CEB4

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

Shades of Apricot #F3CEB4

Tints of Apricot #F3CEB4

Color information

#F3CEB4 (or 0xF3CEB4) is unknown color: approx Apricot. HEX triplet: F3, CE and B4. RGB value is (243,206,180). Sum of RGB (Red+Green+Blue) = 243+206+180=629 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.63% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEB4 is #0C314B. Grayscale: #D6D6D6. Windows color (decimal): -799052 or 11849459. OLE color: 11849459.

HSL color Cylindrical-coordinate representation of color #F3CEB4: hue angle of 24.76º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3CEB4 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB243206180-
CMYK00.150.260.05
HSL24.76º72.41%82.94%-
HSV(B)24.76º25.93%95.29%-
XYZ67.2766.4952.47-
YUV214.1108.76148.61-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.63%
GREEN value IS 206 (80.86% from 255) = 32.75%
BLUE value IS 180 (70.70% from 255) = 28.62%
R=38.63%
G=32.75%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320618000.150.260.0524.7672.4182.94
HexF3CEB40F1A5194853
Octal36331626401732531110123
Binary11110011110011101011010001111110101011100110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEB4; }

 p { color: rgb(243,206,180); }

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

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

 a { background-color: rgb(243,206,180); }

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

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

 span { border-color: rgb(243,206,180); }

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