Html Css Color HEX #FCCCB6 Apricot

📋 copy color: '#FCCCB6'

red 252 ◦ green 204 ◦ blue 182

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

Shades of Apricot #FCCCB6

Tints of Apricot #FCCCB6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.97%

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

R = 39.5%
G = 31.97%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FCCCB6 (or 0xFCCCB6) is known color: Apricot. HEX triplet: FC, CC and B6. RGB value is (252,204,182). Sum of RGB (Red+Green+Blue) = 252+204+182=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 182 (71.48% from 255 or 28.53% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCB6 is #033349. Grayscale: #D7D7D7. Windows color (decimal): -209738 or 11980028. OLE color: 11980028.

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

Color convert

RGB 252 204 182 -
CMYK 0 0.19 0.28 0.01
HSL 18.86º 0.92% 0.85% -
HSV(B) 18.86º 0.28% 0.99% -
XYZ 70.18 67.26 53.54 -
YUV 215.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 252 204 182 0 0.19 0.28 0.01 18.86 0.92 0.85
Hex FC CC B6 0 13 1C 1 13 5C 55
Octal 374 314 266 0 23 34 1 23 134 125
Binary 11111100 11001100 10110110 0 10011 11100 1 10011 1011100 1010101

Color Harmonies of #FCCCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCB6

Black with #FCCCB6

Text Example


Text Example

White with #FCCCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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