Html Css Color HEX #FFA2CA Carnation Pink

📋 copy color: '#FFA2CA'

red 255 ◦ green 162 ◦ blue 202

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

Shades of Carnation Pink #FFA2CA

Tints of Carnation Pink #FFA2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.63%

R = 41.2%
G = 26.17%
B = 32.63%

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

#FFA2CA (or 0xFFA2CA) is known color: Carnation Pink. HEX triplet: FF, A2 and CA. RGB value is (255,162,202). Sum of RGB (Red+Green+Blue) = 255+162+202=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA2CA is #005D35. Grayscale: #C2C2C2. Windows color (decimal): -23862 or 13279999. OLE color: 13279999.

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

Color convert

RGB 255 162 202 -
CMYK 0 0.36 0.21 0
HSL 334.19º 1% 0.82% -
HSV(B) 334.19º 0.36% 1% -
XYZ 64.82 51.36 62.38 -
YUV 194.37 132.31 171.25 -
System Red Green Blue C M Y K H S L
Decimal 255 162 202 0 0.36 0.21 0 334.19 1 0.82
Hex FF A2 CA 0 24 15 0 14E 64 52
Octal 377 242 312 0 44 25 0 516 144 122
Binary 11111111 10100010 11001010 0 100100 10101 0 101001110 1100100 1010010

Color Harmonies of #FFA2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA2CA

Black with #FFA2CA

Text Example


Text Example

White with #FFA2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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