Html Css Color HEX #FFC9B2 Apricot

📋 copy color: '#FFC9B2'

red 255 ◦ green 201 ◦ blue 178

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

Shades of Apricot #FFC9B2

Tints of Apricot #FFC9B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.08%

R = 40.22%
G = 31.7%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFC9B2 (or 0xFFC9B2) is known color: Apricot. HEX triplet: FF, C9 and B2. RGB value is (255,201,178). Sum of RGB (Red+Green+Blue) = 255+201+178=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC9B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC9B2 is #00364D. Grayscale: #D6D6D6. Windows color (decimal): -13902 or 11717119. OLE color: 11717119.

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

Color convert

RGB 255 201 178 -
CMYK 0 0.21 0.30 0
HSL 17.92º 1% 0.85% -
HSV(B) 17.92º 0.3% 1% -
XYZ 70.16 66.25 51.21 -
YUV 214.52 107.39 156.87 -
System Red Green Blue C M Y K H S L
Decimal 255 201 178 0 0.21 0.30 0 17.92 1 0.85
Hex FF C9 B2 0 15 1E 0 12 64 55
Octal 377 311 262 0 25 36 0 22 144 125
Binary 11111111 11001001 10110010 0 10101 11110 0 10010 1100100 1010101

Color Harmonies of #FFC9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC9B2

Black with #FFC9B2

Text Example


Text Example

White with #FFC9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC9B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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