Html Css Color HEX #FFC9B4 Apricot

📋 copy color: '#FFC9B4'

red 255 ◦ green 201 ◦ blue 180

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

Shades of Apricot #FFC9B4

Tints of Apricot #FFC9B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.3%

R = 40.09%
G = 31.6%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFC9B4 (or 0xFFC9B4) is known color: Apricot. HEX triplet: FF, C9 and B4. RGB value is (255,201,180). Sum of RGB (Red+Green+Blue) = 255+201+180=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 180 (70.70% from 255 or 28.30% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC9B4 is #00364B. Grayscale: #D6D6D6. Windows color (decimal): -13900 or 11848191. OLE color: 11848191.

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

Color convert

RGB 255 201 180 -
CMYK 0 0.21 0.29 0
HSL 16.8º 1% 0.85% -
HSV(B) 16.8º 0.29% 1% -
XYZ 70.36 66.33 52.27 -
YUV 214.75 108.39 156.71 -
System Red Green Blue C M Y K H S L
Decimal 255 201 180 0 0.21 0.29 0 16.8 1 0.85
Hex FF C9 B4 0 15 1D 0 11 64 55
Octal 377 311 264 0 25 35 0 21 144 125
Binary 11111111 11001001 10110100 0 10101 11101 0 10001 1100100 1010101

Color Harmonies of #FFC9B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9B4

Black with #FFC9B4

Text Example


Text Example

White with #FFC9B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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