Html Css Color HEX #FFC9AB Apricot

📋 copy color: '#FFC9AB'

red 255 ◦ green 201 ◦ blue 171

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

Shades of Apricot #FFC9AB

Tints of Apricot #FFC9AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.27%

R = 40.67%
G = 32.06%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFC9AB (or 0xFFC9AB) is known color: Apricot. HEX triplet: FF, C9 and AB. RGB value is (255,201,171). Sum of RGB (Red+Green+Blue) = 255+201+171=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 201 (78.91% from 255 or 32.06% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9AB is #003654. Grayscale: #D5D5D5. Windows color (decimal): -13909 or 11258367. OLE color: 11258367.

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

Color convert

RGB 255 201 171 -
CMYK 0 0.21 0.33 0
HSL 21.43º 1% 0.84% -
HSV(B) 21.43º 0.33% 1% -
XYZ 69.48 65.97 47.6 -
YUV 213.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 255 201 171 0 0.21 0.33 0 21.43 1 0.84
Hex FF C9 AB 0 15 21 0 15 64 54
Octal 377 311 253 0 25 41 0 25 144 124
Binary 11111111 11001001 10101011 0 10101 100001 0 10101 1100100 1010100

Color Harmonies of #FFC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9AB

Black with #FFC9AB

Text Example


Text Example

White with #FFC9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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