Html Css Color HEX #FCCEAF Apricot

📋 copy color: '#FCCEAF'

red 252 ◦ green 206 ◦ blue 175

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

Shades of Apricot #FCCEAF

Tints of Apricot #FCCEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.54%

 BLUE value IS 175 (68.75% from 255) = 27.65%

R = 39.81%
G = 32.54%
B = 27.65%

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

#FCCEAF (or 0xFCCEAF) is known color: Apricot. HEX triplet: FC, CE and AF. RGB value is (252,206,175). Sum of RGB (Red+Green+Blue) = 252+206+175=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 175 (68.75% from 255 or 27.65% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCEAF is #033150. Grayscale: #D8D8D8. Windows color (decimal): -209233 or 11521788. OLE color: 11521788.

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

Color convert

RGB 252 206 175 -
CMYK 0 0.18 0.31 0.01
HSL 24.16º 0.93% 0.84% -
HSV(B) 24.16º 0.31% 0.99% -
XYZ 69.95 67.93 49.98 -
YUV 216.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 252 206 175 0 0.18 0.31 0.01 24.16 0.93 0.84
Hex FC CE AF 0 12 1F 1 18 5D 54
Octal 374 316 257 0 22 37 1 30 135 124
Binary 11111100 11001110 10101111 0 10010 11111 1 11000 1011101 1010100

Color Harmonies of #FCCEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCEAF

Black with #FCCEAF

Text Example


Text Example

White with #FCCEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCEAF; }

 p { color: rgb(252,206,175); }

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

background-color css

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

 a { background-color: rgb(252,206,175); }

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

border-color css

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

 span { border-color: rgb(252,206,175); }

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