Html Css Color HEX #FFA1C9 Carnation Pink

📋 copy color: '#FFA1C9'

red 255 ◦ green 161 ◦ blue 201

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

Shades of Carnation Pink #FFA1C9

Tints of Carnation Pink #FFA1C9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.09%

 BLUE value IS 201 (78.91% from 255) = 32.58%

R = 41.33%
G = 26.09%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFA1C9 (or 0xFFA1C9) is known color: Carnation Pink. HEX triplet: FF, A1 and C9. RGB value is (255,161,201). Sum of RGB (Red+Green+Blue) = 255+161+201=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1C9 is #005E36. Grayscale: #C1C1C1. Windows color (decimal): -24119 or 13214207. OLE color: 13214207.

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

Color convert

RGB 255 161 201 -
CMYK 0 0.37 0.21 0
HSL 334.47º 1% 0.82% -
HSV(B) 334.47º 0.37% 1% -
XYZ 64.53 50.97 61.69 -
YUV 193.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 255 161 201 0 0.37 0.21 0 334.47 1 0.82
Hex FF A1 C9 0 25 15 0 14E 64 52
Octal 377 241 311 0 45 25 0 516 144 122
Binary 11111111 10100001 11001001 0 100101 10101 0 101001110 1100100 1010010

Color Harmonies of #FFA1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA1C9

Black with #FFA1C9

Text Example


Text Example

White with #FFA1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA1C9; }

 p { color: rgb(255,161,201); }

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

background-color css

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

 a { background-color: rgb(255,161,201); }

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

border-color css

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

 span { border-color: rgb(255,161,201); }

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