Html Css Color HEX #FFA2C9 Carnation Pink

📋 copy color: '#FFA2C9'

red 255 ◦ green 162 ◦ blue 201

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

Shades of Carnation Pink #FFA2C9

Tints of Carnation Pink #FFA2C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 32.52%

R = 41.26%
G = 26.21%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFA2C9 (or 0xFFA2C9) is known color: Carnation Pink. HEX triplet: FF, A2 and C9. RGB value is (255,162,201). Sum of RGB (Red+Green+Blue) = 255+162+201=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2C9 is #005D36. Grayscale: #C2C2C2. Windows color (decimal): -23863 or 13214463. OLE color: 13214463.

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

Color convert

RGB 255 162 201 -
CMYK 0 0.36 0.21 0
HSL 334.84º 1% 0.82% -
HSV(B) 334.84º 0.36% 1% -
XYZ 64.7 51.32 61.75 -
YUV 194.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 255 162 201 0 0.36 0.21 0 334.84 1 0.82
Hex FF A2 C9 0 24 15 0 14F 64 52
Octal 377 242 311 0 44 25 0 517 144 122
Binary 11111111 10100010 11001001 0 100100 10101 0 101001111 1100100 1010010

Color Harmonies of #FFA2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA2C9

Black with #FFA2C9

Text Example


Text Example

White with #FFA2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA2C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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