Html Css Color HEX #FCCDAC Apricot

📋 copy color: '#FCCDAC'

red 252 ◦ green 205 ◦ blue 172

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

Shades of Apricot #FCCDAC

Tints of Apricot #FCCDAC

RGB

 RED value IS 252 (98.83% from 255) = 40.06%

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

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

R = 40.06%
G = 32.59%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCCDAC (or 0xFCCDAC) is known color: Apricot. HEX triplet: FC, CD and AC. RGB value is (252,205,172). Sum of RGB (Red+Green+Blue) = 252+205+172=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 172 (67.58% from 255 or 27.34% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDAC is #033253. Grayscale: #D7D7D7. Windows color (decimal): -209492 or 11324924. OLE color: 11324924.

HSL color Cylindrical-coordinate representation of color #FCCDAC: hue angle of 24.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FCCDAC is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 205 172 -
CMYK 0 0.19 0.32 0.01
HSL 24.75º 0.93% 0.83% -
HSV(B) 24.75º 0.32% 0.99% -
XYZ 69.42 67.34 48.37 -
YUV 215.29 103.57 154.18 -
System Red Green Blue C M Y K H S L
Decimal 252 205 172 0 0.19 0.32 0.01 24.75 0.93 0.83
Hex FC CD AC 0 13 20 1 19 5D 53
Octal 374 315 254 0 23 40 1 31 135 123
Binary 11111100 11001101 10101100 0 10011 100000 1 11001 1011101 1010011

Color Harmonies of #FCCDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDAC

Black with #FCCDAC

Text Example


Text Example

White with #FCCDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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