Html Css Color HEX #FCCAAC Apricot

📋 copy color: '#FCCAAC'

red 252 ◦ green 202 ◦ blue 172

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

Shades of Apricot #FCCAAC

Tints of Apricot #FCCAAC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.27%

 BLUE value IS 172 (67.58% from 255) = 27.48%

R = 40.26%
G = 32.27%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCCAAC (or 0xFCCAAC) is known color: Apricot. HEX triplet: FC, CA and AC. RGB value is (252,202,172). Sum of RGB (Red+Green+Blue) = 252+202+172=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAAC is #033553. Grayscale: #D5D5D5. Windows color (decimal): -210260 or 11324156. OLE color: 11324156.

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

Color convert

RGB 252 202 172 -
CMYK 0 0.20 0.32 0.01
HSL 22.5º 0.93% 0.83% -
HSV(B) 22.5º 0.32% 0.99% -
XYZ 68.71 65.92 48.13 -
YUV 213.53 104.57 155.44 -
System Red Green Blue C M Y K H S L
Decimal 252 202 172 0 0.20 0.32 0.01 22.5 0.93 0.83
Hex FC CA AC 0 14 20 1 16 5D 53
Octal 374 312 254 0 24 40 1 26 135 123
Binary 11111100 11001010 10101100 0 10100 100000 1 10110 1011101 1010011

Color Harmonies of #FCCAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAAC

Black with #FCCAAC

Text Example


Text Example

White with #FCCAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAAC; }

 p { color: rgb(252,202,172); }

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

background-color css

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

 a { background-color: rgb(252,202,172); }

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

border-color css

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

 span { border-color: rgb(252,202,172); }

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