Html Css Color HEX #FFC7B1 Apricot

📋 copy color: '#FFC7B1'

red 255 ◦ green 199 ◦ blue 177

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

Shades of Apricot #FFC7B1

Tints of Apricot #FFC7B1

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.54%

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

R = 40.41%
G = 31.54%
B = 28.05%

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

#FFC7B1 (or 0xFFC7B1) is known color: Apricot. HEX triplet: FF, C7 and B1. RGB value is (255,199,177). Sum of RGB (Red+Green+Blue) = 255+199+177=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 177 (69.53% from 255 or 28.05% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC7B1 is #00384E. Grayscale: #D5D5D5. Windows color (decimal): -14415 or 11651071. OLE color: 11651071.

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

Color convert

RGB 255 199 177 -
CMYK 0 0.22 0.31 0
HSL 16.92º 1% 0.85% -
HSV(B) 16.92º 0.31% 1% -
XYZ 69.6 65.28 50.53 -
YUV 213.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 255 199 177 0 0.22 0.31 0 16.92 1 0.85
Hex FF C7 B1 0 16 1F 0 11 64 55
Octal 377 307 261 0 26 37 0 21 144 125
Binary 11111111 11000111 10110001 0 10110 11111 0 10001 1100100 1010101

Color Harmonies of #FFC7B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7B1

Black with #FFC7B1

Text Example


Text Example

White with #FFC7B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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