Html Css Color HEX #FEB2A0 Rose Bud

📋 copy color: '#FEB2A0'

red 254 ◦ green 178 ◦ blue 160

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

Shades of Rose Bud #FEB2A0

Tints of Rose Bud #FEB2A0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.07%

 BLUE value IS 160 (62.89% from 255) = 27.03%

R = 42.91%
G = 30.07%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEB2A0 (or 0xFEB2A0) is known color: Rose Bud. HEX triplet: FE, B2 and A0. RGB value is (254,178,160). Sum of RGB (Red+Green+Blue) = 254+178+160=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 160 (62.89% from 255 or 27.03% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2A0 is #014D5F. Grayscale: #C6C6C6. Windows color (decimal): -85344 or 10531582. OLE color: 10531582.

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

Color convert

RGB 254 178 160 -
CMYK 0 0.30 0.37 0.00
HSL 11.49º 0.98% 0.81% -
HSV(B) 11.49º 0.37% 1% -
XYZ 63.14 55.45 40.63 -
YUV 198.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 254 178 160 0 0.30 0.37 0.00 11.49 0.98 0.81
Hex FE B2 A0 0 1E 25 0 B 62 51
Octal 376 262 240 0 36 45 0 13 142 121
Binary 11111110 10110010 10100000 0 11110 100101 0 1011 1100010 1010001

Color Harmonies of #FEB2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2A0

Black with #FEB2A0

Text Example


Text Example

White with #FEB2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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