Html Css Color HEX #FFC9AE Apricot

📋 copy color: '#FFC9AE'

red 255 ◦ green 201 ◦ blue 174

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

Shades of Apricot #FFC9AE

Tints of Apricot #FFC9AE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.9%

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

R = 40.48%
G = 31.9%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFC9AE (or 0xFFC9AE) is known color: Apricot. HEX triplet: FF, C9 and AE. RGB value is (255,201,174). Sum of RGB (Red+Green+Blue) = 255+201+174=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9AE is #003651. Grayscale: #D6D6D6. Windows color (decimal): -13906 or 11454975. OLE color: 11454975.

HSL color Cylindrical-coordinate representation of color #FFC9AE: hue angle of 20º 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 #FFC9AE is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 255 201 174 -
CMYK 0 0.21 0.32 0
HSL 20º 1% 0.84% -
HSV(B) 20º 0.32% 1% -
XYZ 69.77 66.09 49.12 -
YUV 214.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 255 201 174 0 0.21 0.32 0 20 1 0.84
Hex FF C9 AE 0 15 20 0 14 64 54
Octal 377 311 256 0 25 40 0 24 144 124
Binary 11111111 11001001 10101110 0 10101 100000 0 10100 1100100 1010100

Color Harmonies of #FFC9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9AE

Black with #FFC9AE

Text Example


Text Example

White with #FFC9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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