Html Css Color HEX #FFA9C1 Carnation Pink

📋 copy color: '#FFA9C1'

red 255 ◦ green 169 ◦ blue 193

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

Shades of Carnation Pink #FFA9C1

Tints of Carnation Pink #FFA9C1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.39%

 BLUE value IS 193 (75.78% from 255) = 31.28%

R = 41.33%
G = 27.39%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FFA9C1 (or 0xFFA9C1) is known color: Carnation Pink. HEX triplet: FF, A9 and C1. RGB value is (255,169,193). Sum of RGB (Red+Green+Blue) = 255+169+193=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 169 (66.41% from 255 or 27.39% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9C1 is #00563E. Grayscale: #C5C5C5. Windows color (decimal): -22079 or 12691967. OLE color: 12691967.

HSL color Cylindrical-coordinate representation of color #FFA9C1: hue angle of 343.26º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FFA9C1 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 255 169 193 -
CMYK 0 0.34 0.24 0
HSL 343.26º 1% 0.83% -
HSV(B) 343.26º 0.34% 1% -
XYZ 65.05 53.49 57.35 -
YUV 197.45 125.49 169.05 -
System Red Green Blue C M Y K H S L
Decimal 255 169 193 0 0.34 0.24 0 343.26 1 0.83
Hex FF A9 C1 0 22 18 0 157 64 53
Octal 377 251 301 0 42 30 0 527 144 123
Binary 11111111 10101001 11000001 0 100010 11000 0 101010111 1100100 1010011

Color Harmonies of #FFA9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA9C1

Black with #FFA9C1

Text Example


Text Example

White with #FFA9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA9C1; }

 p { color: rgb(255,169,193); }

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

background-color css

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

 a { background-color: rgb(255,169,193); }

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

border-color css

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

 span { border-color: rgb(255,169,193); }

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