Html Css Color HEX #FCCEB4 Apricot

📋 copy color: '#FCCEB4'

red 252 ◦ green 206 ◦ blue 180

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

Shades of Apricot #FCCEB4

Tints of Apricot #FCCEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.21%

R = 39.5%
G = 32.29%
B = 28.21%

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

#FCCEB4 (or 0xFCCEB4) is known color: Apricot. HEX triplet: FC, CE and B4. RGB value is (252,206,180). Sum of RGB (Red+Green+Blue) = 252+206+180=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 180 (70.70% from 255 or 28.21% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEB4 is #03314B. Grayscale: #D8D8D8. Windows color (decimal): -209228 or 11849468. OLE color: 11849468.

HSL color Cylindrical-coordinate representation of color #FCCEB4: hue angle of 21.67º 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 #FCCEB4 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 206 180 -
CMYK 0 0.18 0.29 0.01
HSL 21.67º 0.92% 0.85% -
HSV(B) 21.67º 0.29% 0.99% -
XYZ 70.45 68.13 52.62 -
YUV 216.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 252 206 180 0 0.18 0.29 0.01 21.67 0.92 0.85
Hex FC CE B4 0 12 1D 1 16 5C 55
Octal 374 316 264 0 22 35 1 26 134 125
Binary 11111100 11001110 10110100 0 10010 11101 1 10110 1011100 1010101

Color Harmonies of #FCCEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEB4

Black with #FCCEB4

Text Example


Text Example

White with #FCCEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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