Html Css Color HEX #FCCAAE Apricot

📋 copy color: '#FCCAAE'

red 252 ◦ green 202 ◦ blue 174

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

Shades of Apricot #FCCAAE

Tints of Apricot #FCCAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.71%

R = 40.13%
G = 32.17%
B = 27.71%

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

#FCCAAE (or 0xFCCAAE) is known color: Apricot. HEX triplet: FC, CA and AE. RGB value is (252,202,174). Sum of RGB (Red+Green+Blue) = 252+202+174=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAAE is #033551. Grayscale: #D5D5D5. Windows color (decimal): -210258 or 11455228. OLE color: 11455228.

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

Color convert

RGB 252 202 174 -
CMYK 0 0.20 0.31 0.01
HSL 21.54º 0.93% 0.84% -
HSV(B) 21.54º 0.31% 0.99% -
XYZ 68.91 65.99 49.15 -
YUV 213.76 105.57 155.28 -
System Red Green Blue C M Y K H S L
Decimal 252 202 174 0 0.20 0.31 0.01 21.54 0.93 0.84
Hex FC CA AE 0 14 1F 1 16 5D 54
Octal 374 312 256 0 24 37 1 26 135 124
Binary 11111100 11001010 10101110 0 10100 11111 1 10110 1011101 1010100

Color Harmonies of #FCCAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCAAE

Black with #FCCAAE

Text Example


Text Example

White with #FCCAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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