Html Css Color HEX #FCCFB0 Apricot

📋 copy color: '#FCCFB0'

red 252 ◦ green 207 ◦ blue 176

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

Shades of Apricot #FCCFB0

Tints of Apricot #FCCFB0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.6%

 BLUE value IS 176 (69.14% from 255) = 27.72%

R = 39.69%
G = 32.6%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCCFB0 (or 0xFCCFB0) is known color: Apricot. HEX triplet: FC, CF and B0. RGB value is (252,207,176). Sum of RGB (Red+Green+Blue) = 252+207+176=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCFB0 is #03304F. Grayscale: #D9D9D9. Windows color (decimal): -208976 or 11587580. OLE color: 11587580.

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

Color convert

RGB 252 207 176 -
CMYK 0 0.18 0.30 0.01
HSL 24.47º 0.93% 0.84% -
HSV(B) 24.47º 0.3% 0.99% -
XYZ 70.29 68.46 50.58 -
YUV 216.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 252 207 176 0 0.18 0.30 0.01 24.47 0.93 0.84
Hex FC CF B0 0 12 1E 1 18 5D 54
Octal 374 317 260 0 22 36 1 30 135 124
Binary 11111100 11001111 10110000 0 10010 11110 1 11000 1011101 1010100

Color Harmonies of #FCCFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFB0

Black with #FCCFB0

Text Example


Text Example

White with #FCCFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFB0; }

 p { color: rgb(252,207,176); }

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

background-color css

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

 a { background-color: rgb(252,207,176); }

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

border-color css

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

 span { border-color: rgb(252,207,176); }

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