Html Css Color HEX #FEB2A2 Rose Bud

📋 copy color: '#FEB2A2'

red 254 ◦ green 178 ◦ blue 162

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

Shades of Rose Bud #FEB2A2

Tints of Rose Bud #FEB2A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.27%

R = 42.76%
G = 29.97%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEB2A2 (or 0xFEB2A2) is known color: Rose Bud. HEX triplet: FE, B2 and A2. RGB value is (254,178,162). Sum of RGB (Red+Green+Blue) = 254+178+162=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 162 (63.67% from 255 or 27.27% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB2A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEB2A2 is #014D5D. Grayscale: #C7C7C7. Windows color (decimal): -85342 or 10662654. OLE color: 10662654.

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

Color convert

RGB 254 178 162 -
CMYK 0 0.30 0.36 0.00
HSL 10.43º 0.98% 0.82% -
HSV(B) 10.43º 0.36% 1% -
XYZ 63.32 55.52 41.56 -
YUV 198.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 254 178 162 0 0.30 0.36 0.00 10.43 0.98 0.82
Hex FE B2 A2 0 1E 24 0 A 62 52
Octal 376 262 242 0 36 44 0 12 142 122
Binary 11111110 10110010 10100010 0 11110 100100 0 1010 1100010 1010010

Color Harmonies of #FEB2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB2A2

Black with #FEB2A2

Text Example


Text Example

White with #FEB2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB2A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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