Html Css Color HEX #FECCAD Apricot

📋 copy color: '#FECCAD'

red 254 ◦ green 204 ◦ blue 173

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

Shades of Apricot #FECCAD

Tints of Apricot #FECCAD

RGB

 RED value IS 254 (99.61% from 255) = 40.25%

 GREEN value IS 204 (80.08% from 255) = 32.33%

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

R = 40.25%
G = 32.33%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FECCAD (or 0xFECCAD) is known color: Apricot. HEX triplet: FE, CC and AD. RGB value is (254,204,173). Sum of RGB (Red+Green+Blue) = 254+204+173=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCAD is #013352. Grayscale: #D7D7D7. Windows color (decimal): -78675 or 11390206. OLE color: 11390206.

HSL color Cylindrical-coordinate representation of color #FECCAD: hue angle of 22.96º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FECCAD is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 204 173 -
CMYK 0 0.20 0.32 0.00
HSL 22.96º 0.98% 0.84% -
HSV(B) 22.96º 0.32% 1% -
XYZ 70.01 67.27 48.83 -
YUV 215.42 104.07 155.52 -
System Red Green Blue C M Y K H S L
Decimal 254 204 173 0 0.20 0.32 0.00 22.96 0.98 0.84
Hex FE CC AD 0 14 20 0 17 62 54
Octal 376 314 255 0 24 40 0 27 142 124
Binary 11111110 11001100 10101101 0 10100 100000 0 10111 1100010 1010100

Color Harmonies of #FECCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCAD

Black with #FECCAD

Text Example


Text Example

White with #FECCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCAD; }

 p { color: rgb(254,204,173); }

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

background-color css

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

 a { background-color: rgb(254,204,173); }

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

border-color css

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

 span { border-color: rgb(254,204,173); }

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