Html Css Color HEX #FECDAC Apricot

📋 copy color: '#FECDAC'

red 254 ◦ green 205 ◦ blue 172

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

Shades of Apricot #FECDAC

Tints of Apricot #FECDAC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.49%

 BLUE value IS 172 (67.58% from 255) = 27.26%

R = 40.25%
G = 32.49%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#FECDAC (or 0xFECDAC) is known color: Apricot. HEX triplet: FE, CD and AC. RGB value is (254,205,172). Sum of RGB (Red+Green+Blue) = 254+205+172=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FECDAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECDAC is #013253. Grayscale: #D8D8D8. Windows color (decimal): -78420 or 11324926. OLE color: 11324926.

HSL color Cylindrical-coordinate representation of color #FECDAC: hue angle of 24.15º 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 #FECDAC is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 205 172 -
CMYK 0 0.19 0.32 0.00
HSL 24.15º 0.98% 0.84% -
HSV(B) 24.15º 0.32% 1% -
XYZ 70.15 67.71 48.4 -
YUV 215.89 103.23 155.18 -
System Red Green Blue C M Y K H S L
Decimal 254 205 172 0 0.19 0.32 0.00 24.15 0.98 0.84
Hex FE CD AC 0 13 20 0 18 62 54
Octal 376 315 254 0 23 40 0 30 142 124
Binary 11111110 11001101 10101100 0 10011 100000 0 11000 1100010 1010100

Color Harmonies of #FECDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECDAC

Black with #FECDAC

Text Example


Text Example

White with #FECDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECDAC; }

 p { color: rgb(254,205,172); }

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

background-color css

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

 a { background-color: rgb(254,205,172); }

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

border-color css

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

 span { border-color: rgb(254,205,172); }

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