Html Css Color HEX #FFA2CC Carnation Pink

📋 copy color: '#FFA2CC'

red 255 ◦ green 162 ◦ blue 204

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

Shades of Carnation Pink #FFA2CC

Tints of Carnation Pink #FFA2CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.85%

R = 41.06%
G = 26.09%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FFA2CC (or 0xFFA2CC) is known color: Carnation Pink. HEX triplet: FF, A2 and CC. RGB value is (255,162,204). Sum of RGB (Red+Green+Blue) = 255+162+204=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2CC is #005D33. Grayscale: #C2C2C2. Windows color (decimal): -23860 or 13411071. OLE color: 13411071.

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

Color convert

RGB 255 162 204 -
CMYK 0 0.36 0.2 0
HSL 332.9º 1% 0.82% -
HSV(B) 332.9º 0.36% 1% -
XYZ 65.06 51.46 63.63 -
YUV 194.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 255 162 204 0 0.36 0.2 0 332.9 1 0.82
Hex FF A2 CC 0 24 14 0 14D 64 52
Octal 377 242 314 0 44 24 0 515 144 122
Binary 11111111 10100010 11001100 0 100100 10100 0 101001101 1100100 1010010

Color Harmonies of #FFA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA2CC

Black with #FFA2CC

Text Example


Text Example

White with #FFA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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