Html Css Color HEX #FFA0B8 Carnation Pink

📋 copy color: '#FFA0B8'

red 255 ◦ green 160 ◦ blue 184

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

Shades of Carnation Pink #FFA0B8

Tints of Carnation Pink #FFA0B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.72%

R = 42.57%
G = 26.71%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0

RGB Variations

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

Color information

#FFA0B8 (or 0xFFA0B8) is known color: Carnation Pink. HEX triplet: FF, A0 and B8. RGB value is (255,160,184). Sum of RGB (Red+Green+Blue) = 255+160+184=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 160 (62.89% from 255 or 26.71% from 599); Blue value is 184 (72.27% from 255 or 30.72% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0B8 is #005F47. Grayscale: #BFBFBF. Windows color (decimal): -24392 or 12099839. OLE color: 12099839.

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

Color convert

RGB 255 160 184 -
CMYK 0 0.37 0.28 0
HSL 344.84º 1% 0.81% -
HSV(B) 344.84º 0.37% 1% -
XYZ 62.46 49.86 51.68 -
YUV 191.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 255 160 184 0 0.37 0.28 0 344.84 1 0.81
Hex FF A0 B8 0 25 1C 0 159 64 51
Octal 377 240 270 0 45 34 0 531 144 121
Binary 11111111 10100000 10111000 0 100101 11100 0 101011001 1100100 1010001

Color Harmonies of #FFA0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0B8

Black with #FFA0B8

Text Example


Text Example

White with #FFA0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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