Html Css Color HEX #F6A4C3 Carnation Pink

📋 copy color: '#F6A4C3'

red 246 ◦ green 164 ◦ blue 195

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

Shades of Carnation Pink #F6A4C3

Tints of Carnation Pink #F6A4C3

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.11%

 BLUE value IS 195 (76.56% from 255) = 32.23%

R = 40.66%
G = 27.11%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F6A4C3 (or 0xF6A4C3) is known color: Carnation Pink. HEX triplet: F6, A4 and C3. RGB value is (246,164,195). Sum of RGB (Red+Green+Blue) = 246+164+195=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A4C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A4C3 is #095B3C. Grayscale: #C0C0C0. Windows color (decimal): -613181 or 12821750. OLE color: 12821750.

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

Color convert

RGB 246 164 195 -
CMYK 0 0.33 0.21 0.04
HSL 337.32º 0.82% 0.8% -
HSV(B) 337.32º 0.33% 0.96% -
XYZ 61.13 50.08 58.07 -
YUV 192.05 129.67 166.48 -
System Red Green Blue C M Y K H S L
Decimal 246 164 195 0 0.33 0.21 0.04 337.32 0.82 0.8
Hex F6 A4 C3 0 21 15 4 151 52 50
Octal 366 244 303 0 41 25 4 521 122 120
Binary 11110110 10100100 11000011 0 100001 10101 100 101010001 1010010 1010000

Color Harmonies of #F6A4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A4C3

Black with #F6A4C3

Text Example


Text Example

White with #F6A4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A4C3; }

 p { color: rgb(246,164,195); }

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

background-color css

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

 a { background-color: rgb(246,164,195); }

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

border-color css

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

 span { border-color: rgb(246,164,195); }

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