Html Css Color HEX #FFA2C1 Carnation Pink

📋 copy color: '#FFA2C1'

red 255 ◦ green 162 ◦ blue 193

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

Shades of Carnation Pink #FFA2C1

Tints of Carnation Pink #FFA2C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.64%

R = 41.8%
G = 26.56%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FFA2C1 (or 0xFFA2C1) is known color: Carnation Pink. HEX triplet: FF, A2 and C1. RGB value is (255,162,193). Sum of RGB (Red+Green+Blue) = 255+162+193=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 162 (63.67% from 255 or 26.56% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2C1 is #005D3E. Grayscale: #C1C1C1. Windows color (decimal): -23871 or 12690175. OLE color: 12690175.

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

Color convert

RGB 255 162 193 -
CMYK 0 0.36 0.24 0
HSL 340º 1% 0.82% -
HSV(B) 340º 0.36% 1% -
XYZ 63.79 50.95 56.92 -
YUV 193.34 127.81 171.98 -
System Red Green Blue C M Y K H S L
Decimal 255 162 193 0 0.36 0.24 0 340 1 0.82
Hex FF A2 C1 0 24 18 0 154 64 52
Octal 377 242 301 0 44 30 0 524 144 122
Binary 11111111 10100010 11000001 0 100100 11000 0 101010100 1100100 1010010

Color Harmonies of #FFA2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA2C1

Black with #FFA2C1

Text Example


Text Example

White with #FFA2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA2C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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