Html Css Color HEX #FCCEB2 Apricot

📋 copy color: '#FCCEB2'

red 252 ◦ green 206 ◦ blue 178

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

Shades of Apricot #FCCEB2

Tints of Apricot #FCCEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.99%

R = 39.62%
G = 32.39%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCCEB2 (or 0xFCCEB2) is known color: Apricot. HEX triplet: FC, CE and B2. RGB value is (252,206,178). Sum of RGB (Red+Green+Blue) = 252+206+178=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 178 (69.92% from 255 or 27.99% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCEB2 is #03314D. Grayscale: #D8D8D8. Windows color (decimal): -209230 or 11718396. OLE color: 11718396.

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

Color convert

RGB 252 206 178 -
CMYK 0 0.18 0.29 0.01
HSL 22.7º 0.93% 0.84% -
HSV(B) 22.7º 0.29% 0.99% -
XYZ 70.25 68.05 51.55 -
YUV 216.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 252 206 178 0 0.18 0.29 0.01 22.7 0.93 0.84
Hex FC CE B2 0 12 1D 1 17 5C 54
Octal 374 316 262 0 22 35 1 27 134 124
Binary 11111100 11001110 10110010 0 10010 11101 1 10111 1011100 1010100

Color Harmonies of #FCCEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEB2

Black with #FCCEB2

Text Example


Text Example

White with #FCCEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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