Html Css Color HEX #FCC7B2 Apricot

📋 copy color: '#FCC7B2'

red 252 ◦ green 199 ◦ blue 178

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

Shades of Apricot #FCC7B2

Tints of Apricot #FCC7B2

RGB

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

 GREEN value IS 199 (78.13% from 255) = 31.64%

 BLUE value IS 178 (69.92% from 255) = 28.3%

R = 40.06%
G = 31.64%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCC7B2 (or 0xFCC7B2) is known color: Apricot. HEX triplet: FC, C7 and B2. RGB value is (252,199,178). Sum of RGB (Red+Green+Blue) = 252+199+178=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 178 (69.92% from 255 or 28.30% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC7B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC7B2 is #03384D. Grayscale: #D4D4D4. Windows color (decimal): -211022 or 11716604. OLE color: 11716604.

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

Color convert

RGB 252 199 178 -
CMYK 0 0.21 0.29 0.01
HSL 17.03º 0.93% 0.84% -
HSV(B) 17.03º 0.29% 0.99% -
XYZ 68.6 64.76 51 -
YUV 212.45 108.56 156.21 -
System Red Green Blue C M Y K H S L
Decimal 252 199 178 0 0.21 0.29 0.01 17.03 0.93 0.84
Hex FC C7 B2 0 15 1D 1 11 5C 54
Octal 374 307 262 0 25 35 1 21 134 124
Binary 11111100 11000111 10110010 0 10101 11101 1 10001 1011100 1010100

Color Harmonies of #FCC7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC7B2

Black with #FCC7B2

Text Example


Text Example

White with #FCC7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC7B2; }

 p { color: rgb(252,199,178); }

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

background-color css

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

 a { background-color: rgb(252,199,178); }

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

border-color css

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

 span { border-color: rgb(252,199,178); }

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