Html Css Color HEX #FFA2BA Carnation Pink

📋 copy color: '#FFA2BA'

red 255 ◦ green 162 ◦ blue 186

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

Shades of Carnation Pink #FFA2BA

Tints of Carnation Pink #FFA2BA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.87%

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

R = 42.29%
G = 26.87%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFA2BA (or 0xFFA2BA) is known color: Carnation Pink. HEX triplet: FF, A2 and BA. RGB value is (255,162,186). Sum of RGB (Red+Green+Blue) = 255+162+186=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 162 (63.67% from 255 or 26.87% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2BA is #005D45. Grayscale: #C0C0C0. Windows color (decimal): -23878 or 12231423. OLE color: 12231423.

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

Color convert

RGB 255 162 186 -
CMYK 0 0.36 0.27 0
HSL 344.52º 1% 0.82% -
HSV(B) 344.52º 0.36% 1% -
XYZ 63.02 50.65 52.91 -
YUV 192.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 255 162 186 0 0.36 0.27 0 344.52 1 0.82
Hex FF A2 BA 0 24 1B 0 159 64 52
Octal 377 242 272 0 44 33 0 531 144 122
Binary 11111111 10100010 10111010 0 100100 11011 0 101011001 1100100 1010010

Color Harmonies of #FFA2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA2BA

Black with #FFA2BA

Text Example


Text Example

White with #FFA2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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