Html Css Color HEX #FFB2A0 Rose Bud

📋 copy color: '#FFB2A0'

red 255 ◦ green 178 ◦ blue 160

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

Shades of Rose Bud #FFB2A0

Tints of Rose Bud #FFB2A0

RGB

 RED value IS 255 (100% from 255) = 43%

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

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

R = 43%
G = 30.02%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFB2A0 (or 0xFFB2A0) is known color: Rose Bud. HEX triplet: FF, B2 and A0. RGB value is (255,178,160). Sum of RGB (Red+Green+Blue) = 255+178+160=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2A0 is #004D5F. Grayscale: #C7C7C7. Windows color (decimal): -19808 or 10531583. OLE color: 10531583.

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

Color convert

RGB 255 178 160 -
CMYK 0 0.30 0.37 0
HSL 11.37º 1% 0.81% -
HSV(B) 11.37º 0.37% 1% -
XYZ 63.51 55.64 40.65 -
YUV 198.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 255 178 160 0 0.30 0.37 0 11.37 1 0.81
Hex FF B2 A0 0 1E 25 0 B 64 51
Octal 377 262 240 0 36 45 0 13 144 121
Binary 11111111 10110010 10100000 0 11110 100101 0 1011 1100100 1010001

Color Harmonies of #FFB2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB2A0

Black with #FFB2A0

Text Example


Text Example

White with #FFB2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB2A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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