Html Css Color HEX #FFC4AC Apricot

📋 copy color: '#FFC4AC'

red 255 ◦ green 196 ◦ blue 172

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

Shades of Apricot #FFC4AC

Tints of Apricot #FFC4AC

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.46%

 BLUE value IS 172 (67.58% from 255) = 27.61%

R = 40.93%
G = 31.46%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFC4AC (or 0xFFC4AC) is known color: Apricot. HEX triplet: FF, C4 and AC. RGB value is (255,196,172). Sum of RGB (Red+Green+Blue) = 255+196+172=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC4AC is #003B53. Grayscale: #D3D3D3. Windows color (decimal): -15188 or 11322623. OLE color: 11322623.

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

Color convert

RGB 255 196 172 -
CMYK 0 0.23 0.33 0
HSL 17.35º 1% 0.84% -
HSV(B) 17.35º 0.33% 1% -
XYZ 68.43 63.72 47.72 -
YUV 210.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 255 196 172 0 0.23 0.33 0 17.35 1 0.84
Hex FF C4 AC 0 17 21 0 11 64 54
Octal 377 304 254 0 27 41 0 21 144 124
Binary 11111111 11000100 10101100 0 10111 100001 0 10001 1100100 1010100

Color Harmonies of #FFC4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC4AC

Black with #FFC4AC

Text Example


Text Example

White with #FFC4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC4AC; }

 p { color: rgb(255,196,172); }

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

background-color css

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

 a { background-color: rgb(255,196,172); }

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

border-color css

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

 span { border-color: rgb(255,196,172); }

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