Html Css Color HEX #F6CDB0 Apricot

📋 copy color: '#F6CDB0'

red 246 ◦ green 205 ◦ blue 176

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

Shades of Apricot #F6CDB0

Tints of Apricot #F6CDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.7%

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

R = 39.23%
G = 32.7%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F6CDB0 (or 0xF6CDB0) is known color: Apricot. HEX triplet: F6, CD and B0. RGB value is (246,205,176). Sum of RGB (Red+Green+Blue) = 246+205+176=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 176 (69.14% from 255 or 28.07% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CDB0 is #09324F. Grayscale: #D6D6D6. Windows color (decimal): -602704 or 11587062. OLE color: 11587062.

HSL color Cylindrical-coordinate representation of color #F6CDB0: hue angle of 24.86º 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 #F6CDB0 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 205 176 -
CMYK 0 0.17 0.28 0.04
HSL 24.86º 0.8% 0.83% -
HSV(B) 24.86º 0.28% 0.96% -
XYZ 67.67 66.39 50.32 -
YUV 213.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 246 205 176 0 0.17 0.28 0.04 24.86 0.8 0.83
Hex F6 CD B0 0 11 1C 4 19 50 53
Octal 366 315 260 0 21 34 4 31 120 123
Binary 11110110 11001101 10110000 0 10001 11100 100 11001 1010000 1010011

Color Harmonies of #F6CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CDB0

Black with #F6CDB0

Text Example


Text Example

White with #F6CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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