Html Css Color HEX #FCCEAD Apricot

📋 copy color: '#FCCEAD'

red 252 ◦ green 206 ◦ blue 173

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

Shades of Apricot #FCCEAD

Tints of Apricot #FCCEAD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.65%

 BLUE value IS 173 (67.97% from 255) = 27.42%

R = 39.94%
G = 32.65%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCCEAD (or 0xFCCEAD) is known color: Apricot. HEX triplet: FC, CE and AD. RGB value is (252,206,173). Sum of RGB (Red+Green+Blue) = 252+206+173=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCEAD is #033152. Grayscale: #D8D8D8. Windows color (decimal): -209235 or 11390716. OLE color: 11390716.

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

Color convert

RGB 252 206 173 -
CMYK 0 0.18 0.31 0.01
HSL 25.06º 0.93% 0.83% -
HSV(B) 25.06º 0.31% 0.99% -
XYZ 69.76 67.86 48.96 -
YUV 215.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 252 206 173 0 0.18 0.31 0.01 25.06 0.93 0.83
Hex FC CE AD 0 12 1F 1 19 5D 53
Octal 374 316 255 0 22 37 1 31 135 123
Binary 11111100 11001110 10101101 0 10010 11111 1 11001 1011101 1010011

Color Harmonies of #FCCEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEAD

Black with #FCCEAD

Text Example


Text Example

White with #FCCEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEAD; }

 p { color: rgb(252,206,173); }

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

background-color css

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

 a { background-color: rgb(252,206,173); }

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

border-color css

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

 span { border-color: rgb(252,206,173); }

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