Html Css Color HEX #FFC6B1 Apricot

📋 copy color: '#FFC6B1'

red 255 ◦ green 198 ◦ blue 177

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

Shades of Apricot #FFC6B1

Tints of Apricot #FFC6B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.1%

R = 40.48%
G = 31.43%
B = 28.1%

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

#FFC6B1 (or 0xFFC6B1) is known color: Apricot. HEX triplet: FF, C6 and B1. RGB value is (255,198,177). Sum of RGB (Red+Green+Blue) = 255+198+177=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC6B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC6B1 is #00394E. Grayscale: #D4D4D4. Windows color (decimal): -14671 or 11650815. OLE color: 11650815.

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

Color convert

RGB 255 198 177 -
CMYK 0 0.22 0.31 0
HSL 16.15º 1% 0.85% -
HSV(B) 16.15º 0.31% 1% -
XYZ 69.37 64.82 50.45 -
YUV 212.65 107.88 158.21 -
System Red Green Blue C M Y K H S L
Decimal 255 198 177 0 0.22 0.31 0 16.15 1 0.85
Hex FF C6 B1 0 16 1F 0 10 64 55
Octal 377 306 261 0 26 37 0 20 144 125
Binary 11111111 11000110 10110001 0 10110 11111 0 10000 1100100 1010101

Color Harmonies of #FFC6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC6B1

Black with #FFC6B1

Text Example


Text Example

White with #FFC6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC6B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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