Html Css Color HEX #FFA0B4 Illusion

📋 copy color: '#FFA0B4'

red 255 ◦ green 160 ◦ blue 180

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

Shades of Illusion #FFA0B4

Tints of Illusion #FFA0B4

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.89%

 BLUE value IS 180 (70.7% from 255) = 30.25%

R = 42.86%
G = 26.89%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFA0B4 (or 0xFFA0B4) is known color: Illusion. HEX triplet: FF, A0 and B4. RGB value is (255,160,180). Sum of RGB (Red+Green+Blue) = 255+160+180=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 160 (62.89% from 255 or 26.89% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0B4 is #005F4B. Grayscale: #BEBEBE. Windows color (decimal): -24396 or 11837695. OLE color: 11837695.

HSL color Cylindrical-coordinate representation of color #FFA0B4: hue angle of 347.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 #FFA0B4 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 255 160 180 -
CMYK 0 0.37 0.29 0
HSL 347.37º 1% 0.81% -
HSV(B) 347.37º 0.37% 1% -
XYZ 62.05 49.7 49.5 -
YUV 190.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 255 160 180 0 0.37 0.29 0 347.37 1 0.81
Hex FF A0 B4 0 25 1D 0 15B 64 51
Octal 377 240 264 0 45 35 0 533 144 121
Binary 11111111 10100000 10110100 0 100101 11101 0 101011011 1100100 1010001

Color Harmonies of #FFA0B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0B4

Black with #FFA0B4

Text Example


Text Example

White with #FFA0B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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