Html Css Color HEX #F6CEAF Apricot

📋 copy color: '#F6CEAF'

red 246 ◦ green 206 ◦ blue 175

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

Shades of Apricot #F6CEAF

Tints of Apricot #F6CEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.85%

 BLUE value IS 175 (68.75% from 255) = 27.91%

R = 39.23%
G = 32.85%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F6CEAF (or 0xF6CEAF) is known color: Apricot. HEX triplet: F6, CE and AF. RGB value is (246,206,175). Sum of RGB (Red+Green+Blue) = 246+206+175=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CEAF is #093150. Grayscale: #D6D6D6. Windows color (decimal): -602449 or 11521782. OLE color: 11521782.

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

Color convert

RGB 246 206 175 -
CMYK 0 0.16 0.29 0.04
HSL 26.2º 0.8% 0.83% -
HSV(B) 26.2º 0.29% 0.96% -
XYZ 67.82 66.83 49.88 -
YUV 214.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 246 206 175 0 0.16 0.29 0.04 26.2 0.8 0.83
Hex F6 CE AF 0 10 1D 4 1A 50 53
Octal 366 316 257 0 20 35 4 32 120 123
Binary 11110110 11001110 10101111 0 10000 11101 100 11010 1010000 1010011

Color Harmonies of #F6CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CEAF

Black with #F6CEAF

Text Example


Text Example

White with #F6CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CEAF; }

 p { color: rgb(246,206,175); }

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

background-color css

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

 a { background-color: rgb(246,206,175); }

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

border-color css

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

 span { border-color: rgb(246,206,175); }

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