Html Css Color HEX #FECBB2 Apricot

📋 copy color: '#FECBB2'

red 254 ◦ green 203 ◦ blue 178

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

Shades of Apricot #FECBB2

Tints of Apricot #FECBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.03%

R = 40%
G = 31.97%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#FECBB2 (or 0xFECBB2) is known color: Apricot. HEX triplet: FE, CB and B2. RGB value is (254,203,178). Sum of RGB (Red+Green+Blue) = 254+203+178=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FECBB2 is #01344D. Grayscale: #D7D7D7. Windows color (decimal): -78926 or 11717630. OLE color: 11717630.

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

Color convert

RGB 254 203 178 -
CMYK 0 0.20 0.30 0.00
HSL 19.74º 0.97% 0.85% -
HSV(B) 19.74º 0.3% 1% -
XYZ 70.26 67 51.35 -
YUV 215.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 254 203 178 0 0.20 0.30 0.00 19.74 0.97 0.85
Hex FE CB B2 0 14 1E 0 14 61 55
Octal 376 313 262 0 24 36 0 24 141 125
Binary 11111110 11001011 10110010 0 10100 11110 0 10100 1100001 1010101

Color Harmonies of #FECBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBB2

Black with #FECBB2

Text Example


Text Example

White with #FECBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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