Html Css Color HEX #FECAAB Apricot

📋 copy color: '#FECAAB'

red 254 ◦ green 202 ◦ blue 171

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

Shades of Apricot #FECAAB

Tints of Apricot #FECAAB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.22%

 BLUE value IS 171 (67.19% from 255) = 27.27%

R = 40.51%
G = 32.22%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FECAAB (or 0xFECAAB) is known color: Apricot. HEX triplet: FE, CA and AB. RGB value is (254,202,171). Sum of RGB (Red+Green+Blue) = 254+202+171=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FECAAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECAAB is #013554. Grayscale: #D6D6D6. Windows color (decimal): -79189 or 11258622. OLE color: 11258622.

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

Color convert

RGB 254 202 171 -
CMYK 0 0.20 0.33 0.00
HSL 22.41º 0.98% 0.83% -
HSV(B) 22.41º 0.33% 1% -
XYZ 69.34 66.25 47.66 -
YUV 214.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 254 202 171 0 0.20 0.33 0.00 22.41 0.98 0.83
Hex FE CA AB 0 14 21 0 16 62 53
Octal 376 312 253 0 24 41 0 26 142 123
Binary 11111110 11001010 10101011 0 10100 100001 0 10110 1100010 1010011

Color Harmonies of #FECAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECAAB

Black with #FECAAB

Text Example


Text Example

White with #FECAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECAAB; }

 p { color: rgb(254,202,171); }

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

background-color css

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

 a { background-color: rgb(254,202,171); }

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

border-color css

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

 span { border-color: rgb(254,202,171); }

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