Html Css Color HEX #FECCAC Apricot

📋 copy color: '#FECCAC'

red 254 ◦ green 204 ◦ blue 172

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

Shades of Apricot #FECCAC

Tints of Apricot #FECCAC

RGB

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

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

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

R = 40.32%
G = 32.38%
B = 27.3%

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

#FECCAC (or 0xFECCAC) is known color: Apricot. HEX triplet: FE, CC and AC. RGB value is (254,204,172). Sum of RGB (Red+Green+Blue) = 254+204+172=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 172 (67.58% from 255 or 27.30% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FECCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECCAC is #013353. Grayscale: #D7D7D7. Windows color (decimal): -78676 or 11324670. OLE color: 11324670.

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

Color convert

RGB 254 204 172 -
CMYK 0 0.20 0.32 0.00
HSL 23.41º 0.98% 0.84% -
HSV(B) 23.41º 0.32% 1% -
XYZ 69.91 67.24 48.32 -
YUV 215.3 103.57 155.6 -
System Red Green Blue C M Y K H S L
Decimal 254 204 172 0 0.20 0.32 0.00 23.41 0.98 0.84
Hex FE CC AC 0 14 20 0 17 62 54
Octal 376 314 254 0 24 40 0 27 142 124
Binary 11111110 11001100 10101100 0 10100 100000 0 10111 1100010 1010100

Color Harmonies of #FECCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECCAC

Black with #FECCAC

Text Example


Text Example

White with #FECCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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