Html Css Color HEX #F6CAAD Apricot

📋 copy color: '#F6CAAD'

red 246 ◦ green 202 ◦ blue 173

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

Shades of Apricot #F6CAAD

Tints of Apricot #F6CAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.86%

R = 39.61%
G = 32.53%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F6CAAD (or 0xF6CAAD) is known color: Apricot. HEX triplet: F6, CA and AD. RGB value is (246,202,173). Sum of RGB (Red+Green+Blue) = 246+202+173=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CAAD is #093552. Grayscale: #D4D4D4. Windows color (decimal): -603475 or 11389686. OLE color: 11389686.

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

Color convert

RGB 246 202 173 -
CMYK 0 0.18 0.30 0.04
HSL 23.84º 0.8% 0.82% -
HSV(B) 23.84º 0.3% 0.96% -
XYZ 66.67 64.85 48.54 -
YUV 211.85 106.08 152.36 -
System Red Green Blue C M Y K H S L
Decimal 246 202 173 0 0.18 0.30 0.04 23.84 0.8 0.82
Hex F6 CA AD 0 12 1E 4 18 50 52
Octal 366 312 255 0 22 36 4 30 120 122
Binary 11110110 11001010 10101101 0 10010 11110 100 11000 1010000 1010010

Color Harmonies of #F6CAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CAAD

Black with #F6CAAD

Text Example


Text Example

White with #F6CAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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