Html Css Color HEX #FCCEB7 Apricot

📋 copy color: '#FCCEB7'

red 252 ◦ green 206 ◦ blue 183

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

Shades of Apricot #FCCEB7

Tints of Apricot #FCCEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.55%

R = 39.31%
G = 32.14%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCCEB7 (or 0xFCCEB7) is known color: Apricot. HEX triplet: FC, CE and B7. RGB value is (252,206,183). Sum of RGB (Red+Green+Blue) = 252+206+183=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 183 (71.88% from 255 or 28.55% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCEB7 is #033148. Grayscale: #D9D9D9. Windows color (decimal): -209225 or 12046076. OLE color: 12046076.

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

Color convert

RGB 252 206 183 -
CMYK 0 0.18 0.27 0.01
HSL 20º 0.92% 0.85% -
HSV(B) 20º 0.27% 0.99% -
XYZ 70.76 68.26 54.25 -
YUV 217.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 252 206 183 0 0.18 0.27 0.01 20 0.92 0.85
Hex FC CE B7 0 12 1B 1 14 5C 55
Octal 374 316 267 0 22 33 1 24 134 125
Binary 11111100 11001110 10110111 0 10010 11011 1 10100 1011100 1010101

Color Harmonies of #FCCEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEB7

Black with #FCCEB7

Text Example


Text Example

White with #FCCEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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