Html Css Color HEX #FFCCB0 Apricot

📋 copy color: '#FFCCB0'

red 255 ◦ green 204 ◦ blue 176

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

Shades of Apricot #FFCCB0

Tints of Apricot #FFCCB0

RGB

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

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

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

R = 40.16%
G = 32.13%
B = 27.72%

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

#FFCCB0 (or 0xFFCCB0) is known color: Apricot. HEX triplet: FF, CC and B0. RGB value is (255,204,176). Sum of RGB (Red+Green+Blue) = 255+204+176=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCB0 is #00334F. Grayscale: #D8D8D8. Windows color (decimal): -13136 or 11586815. OLE color: 11586815.

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

Color convert

RGB 255 204 176 -
CMYK 0 0.2 0.31 0
HSL 21.27º 1% 0.85% -
HSV(B) 21.27º 0.31% 1% -
XYZ 70.67 67.58 50.39 -
YUV 216.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 255 204 176 0 0.2 0.31 0 21.27 1 0.85
Hex FF CC B0 0 14 1F 0 15 64 55
Octal 377 314 260 0 24 37 0 25 144 125
Binary 11111111 11001100 10110000 0 10100 11111 0 10101 1100100 1010101

Color Harmonies of #FFCCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCB0

Black with #FFCCB0

Text Example


Text Example

White with #FFCCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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