Html Css Color HEX #FFC6AF Apricot

📋 copy color: '#FFC6AF'

red 255 ◦ green 198 ◦ blue 175

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

Shades of Apricot #FFC6AF

Tints of Apricot #FFC6AF

RGB

 RED value IS 255 (100% from 255) = 40.61%

 GREEN value IS 198 (77.73% from 255) = 31.53%

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

R = 40.61%
G = 31.53%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFC6AF (or 0xFFC6AF) is known color: Apricot. HEX triplet: FF, C6 and AF. RGB value is (255,198,175). Sum of RGB (Red+Green+Blue) = 255+198+175=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 198 (77.73% from 255 or 31.53% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6AF is #003950. Grayscale: #D4D4D4. Windows color (decimal): -14673 or 11519743. OLE color: 11519743.

HSL color Cylindrical-coordinate representation of color #FFC6AF: hue angle of 17.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFC6AF is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 255 198 175 -
CMYK 0 0.22 0.31 0
HSL 17.25º 1% 0.84% -
HSV(B) 17.25º 0.31% 1% -
XYZ 69.17 64.74 49.41 -
YUV 212.42 106.88 158.37 -
System Red Green Blue C M Y K H S L
Decimal 255 198 175 0 0.22 0.31 0 17.25 1 0.84
Hex FF C6 AF 0 16 1F 0 11 64 54
Octal 377 306 257 0 26 37 0 21 144 124
Binary 11111111 11000110 10101111 0 10110 11111 0 10001 1100100 1010100

Color Harmonies of #FFC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6AF

Black with #FFC6AF

Text Example


Text Example

White with #FFC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6AF; }

 p { color: rgb(255,198,175); }

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

background-color css

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

 a { background-color: rgb(255,198,175); }

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

border-color css

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

 span { border-color: rgb(255,198,175); }

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