Html Css Color HEX #FFC6B0 Apricot

📋 copy color: '#FFC6B0'

red 255 ◦ green 198 ◦ blue 176

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

Shades of Apricot #FFC6B0

Tints of Apricot #FFC6B0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.48%

 BLUE value IS 176 (69.14% from 255) = 27.98%

R = 40.54%
G = 31.48%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFC6B0 (or 0xFFC6B0) is known color: Apricot. HEX triplet: FF, C6 and B0. RGB value is (255,198,176). Sum of RGB (Red+Green+Blue) = 255+198+176=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 176 (69.14% from 255 or 27.98% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6B0 is #00394F. Grayscale: #D4D4D4. Windows color (decimal): -14672 or 11585279. OLE color: 11585279.

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

Color convert

RGB 255 198 176 -
CMYK 0 0.22 0.31 0
HSL 16.71º 1% 0.85% -
HSV(B) 16.71º 0.31% 1% -
XYZ 69.27 64.78 49.93 -
YUV 212.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 255 198 176 0 0.22 0.31 0 16.71 1 0.85
Hex FF C6 B0 0 16 1F 0 11 64 55
Octal 377 306 260 0 26 37 0 21 144 125
Binary 11111111 11000110 10110000 0 10110 11111 0 10001 1100100 1010101

Color Harmonies of #FFC6B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6B0

Black with #FFC6B0

Text Example


Text Example

White with #FFC6B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6B0; }

 p { color: rgb(255,198,176); }

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

background-color css

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

 a { background-color: rgb(255,198,176); }

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

border-color css

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

 span { border-color: rgb(255,198,176); }

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