Html Css Color HEX #FFD2AC Apricot

📋 copy color: '#FFD2AC'

red 255 ◦ green 210 ◦ blue 172

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

Shades of Apricot #FFD2AC

Tints of Apricot #FFD2AC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.97%

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

R = 40.03%
G = 32.97%
B = 27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFD2AC (or 0xFFD2AC) is known color: Apricot. HEX triplet: FF, D2 and AC. RGB value is (255,210,172). Sum of RGB (Red+Green+Blue) = 255+210+172=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 172 (67.58% from 255 or 27.00% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD2AC is #002D53. Grayscale: #DBDBDB. Windows color (decimal): -11604 or 11326207. OLE color: 11326207.

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

Color convert

RGB 255 210 172 -
CMYK 0 0.18 0.33 0
HSL 27.47º 1% 0.84% -
HSV(B) 27.47º 0.33% 1% -
XYZ 71.73 70.33 48.82 -
YUV 219.12 101.41 153.59 -
System Red Green Blue C M Y K H S L
Decimal 255 210 172 0 0.18 0.33 0 27.47 1 0.84
Hex FF D2 AC 0 12 21 0 1B 64 54
Octal 377 322 254 0 22 41 0 33 144 124
Binary 11111111 11010010 10101100 0 10010 100001 0 11011 1100100 1010100

Color Harmonies of #FFD2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD2AC

Black with #FFD2AC

Text Example


Text Example

White with #FFD2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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