Html Css Color HEX #FCCCB7 Apricot

📋 copy color: '#FCCCB7'

red 252 ◦ green 204 ◦ blue 183

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

Shades of Apricot #FCCCB7

Tints of Apricot #FCCCB7

RGB

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

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

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

R = 39.44%
G = 31.92%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCCCB7 (or 0xFCCCB7) is known color: Apricot. HEX triplet: FC, CC and B7. RGB value is (252,204,183). Sum of RGB (Red+Green+Blue) = 252+204+183=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 183 (71.88% from 255 or 28.64% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCB7 is #033348. Grayscale: #D8D8D8. Windows color (decimal): -209737 or 12045564. OLE color: 12045564.

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

Color convert

RGB 252 204 183 -
CMYK 0 0.19 0.27 0.01
HSL 18.26º 0.92% 0.85% -
HSV(B) 18.26º 0.27% 0.99% -
XYZ 70.29 67.3 54.09 -
YUV 215.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 252 204 183 0 0.19 0.27 0.01 18.26 0.92 0.85
Hex FC CC B7 0 13 1B 1 12 5C 55
Octal 374 314 267 0 23 33 1 22 134 125
Binary 11111100 11001100 10110111 0 10011 11011 1 10010 1011100 1010101

Color Harmonies of #FCCCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCB7

Black with #FCCCB7

Text Example


Text Example

White with #FCCCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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