Html Css Color HEX #FCCFB6 Apricot

📋 copy color: '#FCCFB6'

red 252 ◦ green 207 ◦ blue 182

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

Shades of Apricot #FCCFB6

Tints of Apricot #FCCFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 28.39%

R = 39.31%
G = 32.29%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FCCFB6 (or 0xFCCFB6) is known color: Apricot. HEX triplet: FC, CF and B6. RGB value is (252,207,182). Sum of RGB (Red+Green+Blue) = 252+207+182=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 182 (71.48% from 255 or 28.39% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCFB6 is #033049. Grayscale: #D9D9D9. Windows color (decimal): -208970 or 11980796. OLE color: 11980796.

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

Color convert

RGB 252 207 182 -
CMYK 0 0.18 0.28 0.01
HSL 21.43º 0.92% 0.85% -
HSV(B) 21.43º 0.28% 0.99% -
XYZ 70.9 68.7 53.78 -
YUV 217.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 252 207 182 0 0.18 0.28 0.01 21.43 0.92 0.85
Hex FC CF B6 0 12 1C 1 15 5C 55
Octal 374 317 266 0 22 34 1 25 134 125
Binary 11111100 11001111 10110110 0 10010 11100 1 10101 1011100 1010101

Color Harmonies of #FCCFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFB6

Black with #FCCFB6

Text Example


Text Example

White with #FCCFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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