Html Css Color HEX #FFA9C0 Carnation Pink

📋 copy color: '#FFA9C0'

red 255 ◦ green 169 ◦ blue 192

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

Shades of Carnation Pink #FFA9C0

Tints of Carnation Pink #FFA9C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.17%

R = 41.4%
G = 27.44%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFA9C0 (or 0xFFA9C0) is known color: Carnation Pink. HEX triplet: FF, A9 and C0. RGB value is (255,169,192). Sum of RGB (Red+Green+Blue) = 255+169+192=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9C0 is #00563F. Grayscale: #C5C5C5. Windows color (decimal): -22080 or 12626431. OLE color: 12626431.

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

Color convert

RGB 255 169 192 -
CMYK 0 0.34 0.25 0
HSL 343.95º 1% 0.83% -
HSV(B) 343.95º 0.34% 1% -
XYZ 64.94 53.44 56.76 -
YUV 197.34 124.99 169.13 -
System Red Green Blue C M Y K H S L
Decimal 255 169 192 0 0.34 0.25 0 343.95 1 0.83
Hex FF A9 C0 0 22 19 0 158 64 53
Octal 377 251 300 0 42 31 0 530 144 123
Binary 11111111 10101001 11000000 0 100010 11001 0 101011000 1100100 1010011

Color Harmonies of #FFA9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA9C0

Black with #FFA9C0

Text Example


Text Example

White with #FFA9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA9C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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