Html Css Color HEX #FFA2C2 Carnation Pink

📋 copy color: '#FFA2C2'

red 255 ◦ green 162 ◦ blue 194

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

Shades of Carnation Pink #FFA2C2

Tints of Carnation Pink #FFA2C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.75%

R = 41.73%
G = 26.51%
B = 31.75%

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

#FFA2C2 (or 0xFFA2C2) is known color: Carnation Pink. HEX triplet: FF, A2 and C2. RGB value is (255,162,194). Sum of RGB (Red+Green+Blue) = 255+162+194=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2C2 is #005D3D. Grayscale: #C1C1C1. Windows color (decimal): -23870 or 12755711. OLE color: 12755711.

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

Color convert

RGB 255 162 194 -
CMYK 0 0.36 0.24 0
HSL 339.35º 1% 0.82% -
HSV(B) 339.35º 0.36% 1% -
XYZ 63.9 51 57.51 -
YUV 193.46 128.31 171.9 -
System Red Green Blue C M Y K H S L
Decimal 255 162 194 0 0.36 0.24 0 339.35 1 0.82
Hex FF A2 C2 0 24 18 0 153 64 52
Octal 377 242 302 0 44 30 0 523 144 122
Binary 11111111 10100010 11000010 0 100100 11000 0 101010011 1100100 1010010

Color Harmonies of #FFA2C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA2C2

Black with #FFA2C2

Text Example


Text Example

White with #FFA2C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA2C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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