#FFB2B2

Color #FFB2B2 Sundown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundown #FFB2B2

Tints of Sundown #FFB2B2

Color information

#FFB2B2 (or 0xFFB2B2) is unknown color: approx Sundown. HEX triplet: FF, B2 and B2. RGB value is (255,178,178). Sum of RGB (Red+Green+Blue) = 255+178+178=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 178 (69.92% from 255 or 29.13% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFB2B2 is #004D4D. Grayscale: #C9C9C9. Windows color (decimal): -19790 or 11711231. OLE color: 11711231.

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

Color convert

RGB255178178-
CMYK00.300.300
HSL100%84.9%-
HSV(B)30.2%100%-
XYZ65.256.3249.55-
YUV201.02115.01166.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.73%
GREEN value IS 178 (69.92% from 255) = 29.13%
BLUE value IS 178 (69.92% from 255) = 29.13%
R=41.73%
G=29.13%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517817800.300.300010084.9
HexFFB2B201E1E006455
Octal3772622620363600144125
Binary111111111011001010110010011110111100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2B2; }

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

 H1.HeaderClassName
 {
   color: #FFB2B2;
 }
 .AnyTagClassName
 {
   color: #FFB2B2;
 }
</style>
background-color css

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

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

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

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

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

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