Html Css Color HEX #FFA0BA Carnation Pink

📋 copy color: '#FFA0BA'

red 255 ◦ green 160 ◦ blue 186

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

Shades of Carnation Pink #FFA0BA

Tints of Carnation Pink #FFA0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.95%

R = 42.43%
G = 26.62%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFA0BA (or 0xFFA0BA) is known color: Carnation Pink. HEX triplet: FF, A0 and BA. RGB value is (255,160,186). Sum of RGB (Red+Green+Blue) = 255+160+186=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 160 (62.89% from 255 or 26.62% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0BA is #005F45. Grayscale: #BFBFBF. Windows color (decimal): -24390 or 12230911. OLE color: 12230911.

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

Color convert

RGB 255 160 186 -
CMYK 0 0.37 0.27 0
HSL 343.58º 1% 0.81% -
HSV(B) 343.58º 0.37% 1% -
XYZ 62.67 49.95 52.79 -
YUV 191.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 255 160 186 0 0.37 0.27 0 343.58 1 0.81
Hex FF A0 BA 0 25 1B 0 158 64 51
Octal 377 240 272 0 45 33 0 530 144 121
Binary 11111111 10100000 10111010 0 100101 11011 0 101011000 1100100 1010001

Color Harmonies of #FFA0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0BA

Black with #FFA0BA

Text Example


Text Example

White with #FFA0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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