Html Css Color HEX #FECBAF Apricot

📋 copy color: '#FECBAF'

red 254 ◦ green 203 ◦ blue 175

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

Shades of Apricot #FECBAF

Tints of Apricot #FECBAF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.12%

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

R = 40.19%
G = 32.12%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#FECBAF (or 0xFECBAF) is known color: Apricot. HEX triplet: FE, CB and AF. RGB value is (254,203,175). Sum of RGB (Red+Green+Blue) = 254+203+175=632 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.19% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECBAF is #013450. Grayscale: #D7D7D7. Windows color (decimal): -78929 or 11521022. OLE color: 11521022.

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

Color convert

RGB 254 203 175 -
CMYK 0 0.20 0.31 0.00
HSL 21.27º 0.98% 0.84% -
HSV(B) 21.27º 0.31% 1% -
XYZ 69.97 66.88 49.78 -
YUV 215.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 254 203 175 0 0.20 0.31 0.00 21.27 0.98 0.84
Hex FE CB AF 0 14 1F 0 15 62 54
Octal 376 313 257 0 24 37 0 25 142 124
Binary 11111110 11001011 10101111 0 10100 11111 0 10101 1100010 1010100

Color Harmonies of #FECBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBAF

Black with #FECBAF

Text Example


Text Example

White with #FECBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBAF; }

 p { color: rgb(254,203,175); }

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

background-color css

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

 a { background-color: rgb(254,203,175); }

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

border-color css

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

 span { border-color: rgb(254,203,175); }

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