Html Css Color HEX #FFC5AE Apricot

📋 copy color: '#FFC5AE'

red 255 ◦ green 197 ◦ blue 174

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

Shades of Apricot #FFC5AE

Tints of Apricot #FFC5AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.8%

R = 40.73%
G = 31.47%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFC5AE (or 0xFFC5AE) is known color: Apricot. HEX triplet: FF, C5 and AE. RGB value is (255,197,174). Sum of RGB (Red+Green+Blue) = 255+197+174=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC5AE is #003A51. Grayscale: #D3D3D3. Windows color (decimal): -14930 or 11453951. OLE color: 11453951.

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

Color convert

RGB 255 197 174 -
CMYK 0 0.23 0.32 0
HSL 17.04º 1% 0.84% -
HSV(B) 17.04º 0.32% 1% -
XYZ 68.85 64.25 48.82 -
YUV 211.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 255 197 174 0 0.23 0.32 0 17.04 1 0.84
Hex FF C5 AE 0 17 20 0 11 64 54
Octal 377 305 256 0 27 40 0 21 144 124
Binary 11111111 11000101 10101110 0 10111 100000 0 10001 1100100 1010100

Color Harmonies of #FFC5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC5AE

Black with #FFC5AE

Text Example


Text Example

White with #FFC5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC5AE; }

 p { color: rgb(255,197,174); }

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

background-color css

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

 a { background-color: rgb(255,197,174); }

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

border-color css

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

 span { border-color: rgb(255,197,174); }

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