Html Css Color HEX #FFCCAB Apricot

📋 copy color: '#FFCCAB'

red 255 ◦ green 204 ◦ blue 171

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

Shades of Apricot #FFCCAB

Tints of Apricot #FFCCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.14%

R = 40.48%
G = 32.38%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFCCAB (or 0xFFCCAB) is known color: Apricot. HEX triplet: FF, CC and AB. RGB value is (255,204,171). Sum of RGB (Red+Green+Blue) = 255+204+171=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 171 (67.19% from 255 or 27.14% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCCAB is #003354. Grayscale: #D7D7D7. Windows color (decimal): -13141 or 11259135. OLE color: 11259135.

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

Color convert

RGB 255 204 171 -
CMYK 0 0.2 0.33 0
HSL 23.57º 1% 0.84% -
HSV(B) 23.57º 0.33% 1% -
XYZ 70.18 67.39 47.84 -
YUV 215.49 102.9 156.18 -
System Red Green Blue C M Y K H S L
Decimal 255 204 171 0 0.2 0.33 0 23.57 1 0.84
Hex FF CC AB 0 14 21 0 18 64 54
Octal 377 314 253 0 24 41 0 30 144 124
Binary 11111111 11001100 10101011 0 10100 100001 0 11000 1100100 1010100

Color Harmonies of #FFCCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCCAB

Black with #FFCCAB

Text Example


Text Example

White with #FFCCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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