Html Css Color HEX #FFA2C0 Carnation Pink

📋 copy color: '#FFA2C0'

red 255 ◦ green 162 ◦ blue 192

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

Shades of Carnation Pink #FFA2C0

Tints of Carnation Pink #FFA2C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.53%

R = 41.87%
G = 26.6%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFA2C0 (or 0xFFA2C0) is known color: Carnation Pink. HEX triplet: FF, A2 and C0. RGB value is (255,162,192). Sum of RGB (Red+Green+Blue) = 255+162+192=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 162 (63.67% from 255 or 26.60% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2C0 is #005D3F. Grayscale: #C1C1C1. Windows color (decimal): -23872 or 12624639. OLE color: 12624639.

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

Color convert

RGB 255 162 192 -
CMYK 0 0.36 0.25 0
HSL 340.65º 1% 0.82% -
HSV(B) 340.65º 0.36% 1% -
XYZ 63.67 50.91 56.34 -
YUV 193.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 255 162 192 0 0.36 0.25 0 340.65 1 0.82
Hex FF A2 C0 0 24 19 0 155 64 52
Octal 377 242 300 0 44 31 0 525 144 122
Binary 11111111 10100010 11000000 0 100100 11001 0 101010101 1100100 1010010

Color Harmonies of #FFA2C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA2C0

Black with #FFA2C0

Text Example


Text Example

White with #FFA2C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA2C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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