Html Css Color HEX #FFCCB1 Apricot

📋 copy color: '#FFCCB1'

red 255 ◦ green 204 ◦ blue 177

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

Shades of Apricot #FFCCB1

Tints of Apricot #FFCCB1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.08%

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

R = 40.09%
G = 32.08%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FFCCB1 (or 0xFFCCB1) is known color: Apricot. HEX triplet: FF, CC and B1. RGB value is (255,204,177). Sum of RGB (Red+Green+Blue) = 255+204+177=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 177 (69.53% from 255 or 27.83% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCB1 is #00334E. Grayscale: #D8D8D8. Windows color (decimal): -13135 or 11652351. OLE color: 11652351.

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

Color convert

RGB 255 204 177 -
CMYK 0 0.2 0.31 0
HSL 20.77º 1% 0.85% -
HSV(B) 20.77º 0.31% 1% -
XYZ 70.77 67.62 50.92 -
YUV 216.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 255 204 177 0 0.2 0.31 0 20.77 1 0.85
Hex FF CC B1 0 14 1F 0 15 64 55
Octal 377 314 261 0 24 37 0 25 144 125
Binary 11111111 11001100 10110001 0 10100 11111 0 10101 1100100 1010101

Color Harmonies of #FFCCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCB1

Black with #FFCCB1

Text Example


Text Example

White with #FFCCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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