Html Css Color HEX #FCCFAE Apricot

📋 copy color: '#FCCFAE'

red 252 ◦ green 207 ◦ blue 174

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

Shades of Apricot #FCCFAE

Tints of Apricot #FCCFAE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.7%

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

R = 39.81%
G = 32.7%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCCFAE (or 0xFCCFAE) is known color: Apricot. HEX triplet: FC, CF and AE. RGB value is (252,207,174). Sum of RGB (Red+Green+Blue) = 252+207+174=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCFAE is #033051. Grayscale: #D8D8D8. Windows color (decimal): -208978 or 11456508. OLE color: 11456508.

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

Color convert

RGB 252 207 174 -
CMYK 0 0.18 0.31 0.01
HSL 25.38º 0.93% 0.84% -
HSV(B) 25.38º 0.31% 0.99% -
XYZ 70.1 68.38 49.55 -
YUV 216.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 252 207 174 0 0.18 0.31 0.01 25.38 0.93 0.84
Hex FC CF AE 0 12 1F 1 19 5D 54
Octal 374 317 256 0 22 37 1 31 135 124
Binary 11111100 11001111 10101110 0 10010 11111 1 11001 1011101 1010100

Color Harmonies of #FCCFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCFAE

Black with #FCCFAE

Text Example


Text Example

White with #FCCFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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