#FDA0B0

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

Shades of Illusion #FDA0B0

Tints of Illusion #FDA0B0

Color information

#FDA0B0 (or 0xFDA0B0) is unknown color: approx Illusion. HEX triplet: FD, A0 and B0. RGB value is (253,160,176). Sum of RGB (Red+Green+Blue) = 253+160+176=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 176 (69.14% from 255 or 29.88% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA0B0 is #025F4F. Grayscale: #BDBDBD. Windows color (decimal): -155472 or 11575549. OLE color: 11575549.

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

Color convert

RGB253160176-
CMYK00.370.300.01
HSL349.68º95.88%80.98%-
HSV(B)349.68º36.76%99.22%-
XYZ60.9249.1647.35-
YUV189.63120.31173.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.95%
GREEN value IS 160 (62.89% from 255) = 27.16%
BLUE value IS 176 (69.14% from 255) = 29.88%
R=42.95%
G=27.16%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316017600.370.300.01349.6895.8880.98
HexFDA0B00251E115e6051
Octal375240260045361536140121
Binary111111011010000010110000010010111110110101111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA0B0; }

 p { color: rgb(253,160,176); }

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

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

 a { background-color: rgb(253,160,176); }

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

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

 span { border-color: rgb(253,160,176); }

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