Html Css Color HEX #FFCDAC Apricot

📋 copy color: '#FFCDAC'

red 255 ◦ green 205 ◦ blue 172

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

Shades of Apricot #FFCDAC

Tints of Apricot #FFCDAC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.44%

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

R = 40.35%
G = 32.44%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FFCDAC (or 0xFFCDAC) is known color: Apricot. HEX triplet: FF, CD and AC. RGB value is (255,205,172). Sum of RGB (Red+Green+Blue) = 255+205+172=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCDAC is #003253. Grayscale: #D8D8D8. Windows color (decimal): -12884 or 11324927. OLE color: 11324927.

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

Color convert

RGB 255 205 172 -
CMYK 0 0.20 0.33 0
HSL 23.86º 1% 0.84% -
HSV(B) 23.86º 0.33% 1% -
XYZ 70.52 67.9 48.42 -
YUV 216.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 255 205 172 0 0.20 0.33 0 23.86 1 0.84
Hex FF CD AC 0 14 21 0 18 64 54
Octal 377 315 254 0 24 41 0 30 144 124
Binary 11111111 11001101 10101100 0 10100 100001 0 11000 1100100 1010100

Color Harmonies of #FFCDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCDAC

Black with #FFCDAC

Text Example


Text Example

White with #FFCDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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