#F3CEB3

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

Shades of Apricot #F3CEB3

Tints of Apricot #F3CEB3

Color information

#F3CEB3 (or 0xF3CEB3) is unknown color: approx Apricot. HEX triplet: F3, CE and B3. RGB value is (243,206,179). Sum of RGB (Red+Green+Blue) = 243+206+179=628 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.69% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 179 (70.31% from 255 or 28.50% from 628); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CEB3 is #0C314C. Grayscale: #D6D6D6. Windows color (decimal): -799053 or 11783923. OLE color: 11783923.

HSL color Cylindrical-coordinate representation of color #F3CEB3: hue angle of 25.31º degrees, saturation: 0.73, 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 #F3CEB3 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB243206179-
CMYK00.150.260.05
HSL25.31º72.73%82.75%-
HSV(B)25.31º26.34%95.29%-
XYZ67.1766.4551.93-
YUV213.98108.26148.7-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.69%
GREEN value IS 206 (80.86% from 255) = 32.80%
BLUE value IS 179 (70.31% from 255) = 28.50%
R=38.69%
G=32.80%
B=28.50%

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
Decimal24320617900.150.260.0525.3172.7382.75
HexF3CEB30F1A5194953
Octal36331626301732531111123
Binary11110011110011101011001101111110101011100110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CEB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CEB3; }

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

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

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

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

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

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

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

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