Html Css Color HEX #FCCAAD Apricot

📋 copy color: '#FCCAAD'

red 252 ◦ green 202 ◦ blue 173

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

Shades of Apricot #FCCAAD

Tints of Apricot #FCCAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.59%

R = 40.19%
G = 32.22%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCCAAD (or 0xFCCAAD) is known color: Apricot. HEX triplet: FC, CA and AD. RGB value is (252,202,173). Sum of RGB (Red+Green+Blue) = 252+202+173=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAAD is #033552. Grayscale: #D5D5D5. Windows color (decimal): -210259 or 11389692. OLE color: 11389692.

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

Color convert

RGB 252 202 173 -
CMYK 0 0.20 0.31 0.01
HSL 22.03º 0.93% 0.83% -
HSV(B) 22.03º 0.31% 0.99% -
XYZ 68.81 65.95 48.64 -
YUV 213.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 252 202 173 0 0.20 0.31 0.01 22.03 0.93 0.83
Hex FC CA AD 0 14 1F 1 16 5D 53
Octal 374 312 255 0 24 37 1 26 135 123
Binary 11111100 11001010 10101101 0 10100 11111 1 10110 1011101 1010011

Color Harmonies of #FCCAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAAD

Black with #FCCAAD

Text Example


Text Example

White with #FCCAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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