Html Css Color HEX #FECBB5 Apricot

📋 copy color: '#FECBB5'

red 254 ◦ green 203 ◦ blue 181

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

Shades of Apricot #FECBB5

Tints of Apricot #FECBB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 28.37%

R = 39.81%
G = 31.82%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FECBB5 (or 0xFECBB5) is known color: Apricot. HEX triplet: FE, CB and B5. RGB value is (254,203,181). Sum of RGB (Red+Green+Blue) = 254+203+181=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 181 (71.09% from 255 or 28.37% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBB5 is #01344A. Grayscale: #D7D7D7. Windows color (decimal): -78923 or 11914238. OLE color: 11914238.

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

Color convert

RGB 254 203 181 -
CMYK 0 0.20 0.29 0.00
HSL 18.08º 0.97% 0.85% -
HSV(B) 18.08º 0.29% 1% -
XYZ 70.57 67.12 52.95 -
YUV 215.74 108.4 155.29 -
System Red Green Blue C M Y K H S L
Decimal 254 203 181 0 0.20 0.29 0.00 18.08 0.97 0.85
Hex FE CB B5 0 14 1D 0 12 61 55
Octal 376 313 265 0 24 35 0 22 141 125
Binary 11111110 11001011 10110101 0 10100 11101 0 10010 1100001 1010101

Color Harmonies of #FECBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBB5

Black with #FECBB5

Text Example


Text Example

White with #FECBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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