Html Css Color HEX #FFA9C7 Carnation Pink

📋 copy color: '#FFA9C7'

red 255 ◦ green 169 ◦ blue 199

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

Shades of Carnation Pink #FFA9C7

Tints of Carnation Pink #FFA9C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 31.94%

R = 40.93%
G = 27.13%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFA9C7 (or 0xFFA9C7) is known color: Carnation Pink. HEX triplet: FF, A9 and C7. RGB value is (255,169,199). Sum of RGB (Red+Green+Blue) = 255+169+199=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA9C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA9C7 is #005638. Grayscale: #C6C6C6. Windows color (decimal): -22073 or 13085183. OLE color: 13085183.

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

Color convert

RGB 255 169 199 -
CMYK 0 0.34 0.22 0
HSL 339.07º 1% 0.83% -
HSV(B) 339.07º 0.34% 1% -
XYZ 65.74 53.76 60.94 -
YUV 198.13 128.49 168.56 -
System Red Green Blue C M Y K H S L
Decimal 255 169 199 0 0.34 0.22 0 339.07 1 0.83
Hex FF A9 C7 0 22 16 0 153 64 53
Octal 377 251 307 0 42 26 0 523 144 123
Binary 11111111 10101001 11000111 0 100010 10110 0 101010011 1100100 1010011

Color Harmonies of #FFA9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA9C7

Black with #FFA9C7

Text Example


Text Example

White with #FFA9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA9C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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