Html Css Color HEX #FFA1C6 Carnation Pink

📋 copy color: '#FFA1C6'

red 255 ◦ green 161 ◦ blue 198

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

Shades of Carnation Pink #FFA1C6

Tints of Carnation Pink #FFA1C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 32.25%

R = 41.53%
G = 26.22%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFA1C6 (or 0xFFA1C6) is known color: Carnation Pink. HEX triplet: FF, A1 and C6. RGB value is (255,161,198). Sum of RGB (Red+Green+Blue) = 255+161+198=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1C6 is #005E39. Grayscale: #C1C1C1. Windows color (decimal): -24122 or 13017599. OLE color: 13017599.

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

Color convert

RGB 255 161 198 -
CMYK 0 0.37 0.22 0
HSL 336.38º 1% 0.82% -
HSV(B) 336.38º 0.37% 1% -
XYZ 64.18 50.83 59.85 -
YUV 193.32 130.64 171.99 -
System Red Green Blue C M Y K H S L
Decimal 255 161 198 0 0.37 0.22 0 336.38 1 0.82
Hex FF A1 C6 0 25 16 0 150 64 52
Octal 377 241 306 0 45 26 0 520 144 122
Binary 11111111 10100001 11000110 0 100101 10110 0 101010000 1100100 1010010

Color Harmonies of #FFA1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA1C6

Black with #FFA1C6

Text Example


Text Example

White with #FFA1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA1C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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