#F4CDB2

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

Shades of Apricot #F4CDB2

Tints of Apricot #F4CDB2

Color information

#F4CDB2 (or 0xF4CDB2) is unknown color: approx Apricot. HEX triplet: F4, CD and B2. RGB value is (244,205,178). Sum of RGB (Red+Green+Blue) = 244+205+178=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 178 (69.92% from 255 or 28.39% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4CDB2 is #0B324D. Grayscale: #D5D5D5. Windows color (decimal): -733774 or 11718132. OLE color: 11718132.

HSL color Cylindrical-coordinate representation of color #F4CDB2: hue angle of 24.55º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F4CDB2 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB244205178-
CMYK00.160.270.04
HSL24.55º75%82.75%-
HSV(B)24.55º27.05%95.69%-
XYZ67.1866.1151.34-
YUV213.58107.92149.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.92%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 178 (69.92% from 255) = 28.39%
R=38.92%
G=32.70%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24420517800.160.270.0424.557582.75
HexF4CDB20101B4194b53
Octal36431526202033431113123
Binary111101001100110110110010010000110111001100110010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CDB2; }

 p { color: rgb(244,205,178); }

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

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

 a { background-color: rgb(244,205,178); }

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

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

 span { border-color: rgb(244,205,178); }

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