Html Css Color HEX #FFA6C6 Carnation Pink

📋 copy color: '#FFA6C6'

red 255 ◦ green 166 ◦ blue 198

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

Shades of Carnation Pink #FFA6C6

Tints of Carnation Pink #FFA6C6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.82%

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

R = 41.2%
G = 26.82%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FFA6C6 (or 0xFFA6C6) is known color: Carnation Pink. HEX triplet: FF, A6 and C6. RGB value is (255,166,198). Sum of RGB (Red+Green+Blue) = 255+166+198=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 166 (65.23% from 255 or 26.82% from 619); Blue value is 198 (77.73% from 255 or 31.99% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA6C6 is #005939. Grayscale: #C4C4C4. Windows color (decimal): -22842 or 13018879. OLE color: 13018879.

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

Color convert

RGB 255 166 198 -
CMYK 0 0.35 0.22 0
HSL 338.43º 1% 0.83% -
HSV(B) 338.43º 0.35% 1% -
XYZ 65.07 52.61 60.15 -
YUV 196.26 128.99 169.9 -
System Red Green Blue C M Y K H S L
Decimal 255 166 198 0 0.35 0.22 0 338.43 1 0.83
Hex FF A6 C6 0 23 16 0 152 64 53
Octal 377 246 306 0 43 26 0 522 144 123
Binary 11111111 10100110 11000110 0 100011 10110 0 101010010 1100100 1010011

Color Harmonies of #FFA6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA6C6

Black with #FFA6C6

Text Example


Text Example

White with #FFA6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA6C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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