Html Css Color HEX #FECBB4 Apricot

📋 copy color: '#FECBB4'

red 254 ◦ green 203 ◦ blue 180

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

Shades of Apricot #FECBB4

Tints of Apricot #FECBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.26%

R = 39.87%
G = 31.87%
B = 28.26%

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

#FECBB4 (or 0xFECBB4) is known color: Apricot. HEX triplet: FE, CB and B4. RGB value is (254,203,180). Sum of RGB (Red+Green+Blue) = 254+203+180=637 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.87% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 180 (70.70% from 255 or 28.26% from 637); Max value from RGB is 254 - color contains mainly: red. Hex color #FECBB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FECBB4 is #01344B. Grayscale: #D7D7D7. Windows color (decimal): -78924 or 11848702. OLE color: 11848702.

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

Color convert

RGB 254 203 180 -
CMYK 0 0.20 0.29 0.00
HSL 18.65º 0.97% 0.85% -
HSV(B) 18.65º 0.29% 1% -
XYZ 70.47 67.08 52.41 -
YUV 215.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 254 203 180 0 0.20 0.29 0.00 18.65 0.97 0.85
Hex FE CB B4 0 14 1D 0 13 61 55
Octal 376 313 264 0 24 35 0 23 141 125
Binary 11111110 11001011 10110100 0 10100 11101 0 10011 1100001 1010101

Color Harmonies of #FECBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FECBB4

Black with #FECBB4

Text Example


Text Example

White with #FECBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FECBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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