Html Css Color HEX #FCCDB2 Apricot

📋 copy color: '#FCCDB2'

red 252 ◦ green 205 ◦ blue 178

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

Shades of Apricot #FCCDB2

Tints of Apricot #FCCDB2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.28%

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

R = 39.69%
G = 32.28%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCCDB2 (or 0xFCCDB2) is known color: Apricot. HEX triplet: FC, CD and B2. RGB value is (252,205,178). Sum of RGB (Red+Green+Blue) = 252+205+178=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCDB2 is #03324D. Grayscale: #D8D8D8. Windows color (decimal): -209486 or 11718140. OLE color: 11718140.

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

Color convert

RGB 252 205 178 -
CMYK 0 0.19 0.29 0.01
HSL 21.89º 0.93% 0.84% -
HSV(B) 21.89º 0.29% 0.99% -
XYZ 70.01 67.57 51.47 -
YUV 215.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 252 205 178 0 0.19 0.29 0.01 21.89 0.93 0.84
Hex FC CD B2 0 13 1D 1 16 5C 54
Octal 374 315 262 0 23 35 1 26 134 124
Binary 11111100 11001101 10110010 0 10011 11101 1 10110 1011100 1010100

Color Harmonies of #FCCDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCDB2

Black with #FCCDB2

Text Example


Text Example

White with #FCCDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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