Html Css Color HEX #FCCEB3 Apricot

📋 copy color: '#FCCEB3'

red 252 ◦ green 206 ◦ blue 179

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

Shades of Apricot #FCCEB3

Tints of Apricot #FCCEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 28.1%

R = 39.56%
G = 32.34%
B = 28.1%

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

#FCCEB3 (or 0xFCCEB3) is known color: Apricot. HEX triplet: FC, CE and B3. RGB value is (252,206,179). Sum of RGB (Red+Green+Blue) = 252+206+179=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 179 (70.31% from 255 or 28.10% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEB3 is #03314C. Grayscale: #D8D8D8. Windows color (decimal): -209229 or 11783932. OLE color: 11783932.

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

Color convert

RGB 252 206 179 -
CMYK 0 0.18 0.29 0.01
HSL 22.19º 0.92% 0.85% -
HSV(B) 22.19º 0.29% 0.99% -
XYZ 70.35 68.09 52.08 -
YUV 216.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 252 206 179 0 0.18 0.29 0.01 22.19 0.92 0.85
Hex FC CE B3 0 12 1D 1 16 5C 55
Octal 374 316 263 0 22 35 1 26 134 125
Binary 11111100 11001110 10110011 0 10010 11101 1 10110 1011100 1010101

Color Harmonies of #FCCEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEB3

Black with #FCCEB3

Text Example


Text Example

White with #FCCEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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