Html Css Color HEX #F6CAB0 Apricot

📋 copy color: '#F6CAB0'

red 246 ◦ green 202 ◦ blue 176

#F6CAB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apricot #F6CAB0

Tints of Apricot #F6CAB0

RGB

 RED value IS 246 (96.48% from 255) = 39.42%

 GREEN value IS 202 (79.3% from 255) = 32.37%

 BLUE value IS 176 (69.14% from 255) = 28.21%

R = 39.42%
G = 32.37%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F6CAB0 (or 0xF6CAB0) is known color: Apricot. HEX triplet: F6, CA and B0. RGB value is (246,202,176). Sum of RGB (Red+Green+Blue) = 246+202+176=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 176 (69.14% from 255 or 28.21% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CAB0 is #09354F. Grayscale: #D4D4D4. Windows color (decimal): -603472 or 11586294. OLE color: 11586294.

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

Color convert

RGB 246 202 176 -
CMYK 0 0.18 0.28 0.04
HSL 22.29º 0.8% 0.83% -
HSV(B) 22.29º 0.28% 0.96% -
XYZ 66.96 64.97 50.09 -
YUV 212.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 246 202 176 0 0.18 0.28 0.04 22.29 0.8 0.83
Hex F6 CA B0 0 12 1C 4 16 50 53
Octal 366 312 260 0 22 34 4 26 120 123
Binary 11110110 11001010 10110000 0 10010 11100 100 10110 1010000 1010011

Color Harmonies of #F6CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CAB0

Black with #F6CAB0

Text Example


Text Example

White with #F6CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CAB0; }

 p { color: rgb(246,202,176); }

 H1.HeaderClassName
 {
   color: #F6CAB0;
 }
 .AnyTagClassName
 {
   color: #F6CAB0;
 }
</style>

background-color css

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

 a { background-color: rgb(246,202,176); }

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

border-color css

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

 span { border-color: rgb(246,202,176); }

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