Html Css Color HEX #FEB3A2 Rose Bud

📋 copy color: '#FEB3A2'

red 254 ◦ green 179 ◦ blue 162

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

Shades of Rose Bud #FEB3A2

Tints of Rose Bud #FEB3A2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 30.08%

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

R = 42.69%
G = 30.08%
B = 27.23%

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

#FEB3A2 (or 0xFEB3A2) is known color: Rose Bud. HEX triplet: FE, B3 and A2. RGB value is (254,179,162). Sum of RGB (Red+Green+Blue) = 254+179+162=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 162 (63.67% from 255 or 27.23% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB3A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEB3A2 is #014C5D. Grayscale: #C7C7C7. Windows color (decimal): -85086 or 10662910. OLE color: 10662910.

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

Color convert

RGB 254 179 162 -
CMYK 0 0.30 0.36 0.00
HSL 11.09º 0.98% 0.82% -
HSV(B) 11.09º 0.36% 1% -
XYZ 63.51 55.92 41.63 -
YUV 199.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 254 179 162 0 0.30 0.36 0.00 11.09 0.98 0.82
Hex FE B3 A2 0 1E 24 0 B 62 52
Octal 376 263 242 0 36 44 0 13 142 122
Binary 11111110 10110011 10100010 0 11110 100100 0 1011 1100010 1010010

Color Harmonies of #FEB3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB3A2

Black with #FEB3A2

Text Example


Text Example

White with #FEB3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB3A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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