Html Css Color HEX #F6AAC6 Carnation Pink

📋 copy color: '#F6AAC6'

red 246 ◦ green 170 ◦ blue 198

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

Shades of Carnation Pink #F6AAC6

Tints of Carnation Pink #F6AAC6

RGB

 RED value IS 246 (96.48% from 255) = 40.07%

 GREEN value IS 170 (66.8% from 255) = 27.69%

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

R = 40.07%
G = 27.69%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F6AAC6 (or 0xF6AAC6) is known color: Carnation Pink. HEX triplet: F6, AA and C6. RGB value is (246,170,198). Sum of RGB (Red+Green+Blue) = 246+170+198=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AAC6 is #095539. Grayscale: #C3C3C3. Windows color (decimal): -611642 or 13019894. OLE color: 13019894.

HSL color Cylindrical-coordinate representation of color #F6AAC6: hue angle of 337.89º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F6AAC6 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 170 198 -
CMYK 0 0.31 0.20 0.04
HSL 337.89º 0.81% 0.82% -
HSV(B) 337.89º 0.31% 0.96% -
XYZ 62.57 52.42 60.25 -
YUV 195.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 246 170 198 0 0.31 0.20 0.04 337.89 0.81 0.82
Hex F6 AA C6 0 1F 14 4 152 51 52
Octal 366 252 306 0 37 24 4 522 121 122
Binary 11110110 10101010 11000110 0 11111 10100 100 101010010 1010001 1010010

Color Harmonies of #F6AAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AAC6

Black with #F6AAC6

Text Example


Text Example

White with #F6AAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AAC6; }

 p { color: rgb(246,170,198); }

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

background-color css

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

 a { background-color: rgb(246,170,198); }

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

border-color css

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

 span { border-color: rgb(246,170,198); }

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