Html Css Color HEX #FEC5AF Apricot

📋 copy color: '#FEC5AF'

red 254 ◦ green 197 ◦ blue 175

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

Shades of Apricot #FEC5AF

Tints of Apricot #FEC5AF

RGB

 RED value IS 254 (99.61% from 255) = 40.58%

 GREEN value IS 197 (77.34% from 255) = 31.47%

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

R = 40.58%
G = 31.47%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FEC5AF (or 0xFEC5AF) is known color: Apricot. HEX triplet: FE, C5 and AF. RGB value is (254,197,175). Sum of RGB (Red+Green+Blue) = 254+197+175=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 175 (68.75% from 255 or 27.96% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC5AF is #013A50. Grayscale: #D3D3D3. Windows color (decimal): -80465 or 11519486. OLE color: 11519486.

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

Color convert

RGB 254 197 175 -
CMYK 0 0.22 0.31 0.00
HSL 16.71º 0.98% 0.84% -
HSV(B) 16.71º 0.31% 1% -
XYZ 68.58 64.1 49.32 -
YUV 211.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 254 197 175 0 0.22 0.31 0.00 16.71 0.98 0.84
Hex FE C5 AF 0 16 1F 0 11 62 54
Octal 376 305 257 0 26 37 0 21 142 124
Binary 11111110 11000101 10101111 0 10110 11111 0 10001 1100010 1010100

Color Harmonies of #FEC5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC5AF

Black with #FEC5AF

Text Example


Text Example

White with #FEC5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC5AF; }

 p { color: rgb(254,197,175); }

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

background-color css

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

 a { background-color: rgb(254,197,175); }

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

border-color css

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

 span { border-color: rgb(254,197,175); }

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