Html Css Color HEX #F6A5C6 Carnation Pink

📋 copy color: '#F6A5C6'

red 246 ◦ green 165 ◦ blue 198

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

Shades of Carnation Pink #F6A5C6

Tints of Carnation Pink #F6A5C6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.09%

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

R = 40.39%
G = 27.09%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F6A5C6 (or 0xF6A5C6) is known color: Carnation Pink. HEX triplet: F6, A5 and C6. RGB value is (246,165,198). Sum of RGB (Red+Green+Blue) = 246+165+198=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 165 (64.84% from 255 or 27.09% from 609); Blue value is 198 (77.73% from 255 or 32.51% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A5C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A5C6 is #095A39. Grayscale: #C0C0C0. Windows color (decimal): -612922 or 13018614. OLE color: 13018614.

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

Color convert

RGB 246 165 198 -
CMYK 0 0.33 0.20 0.04
HSL 335.56º 0.82% 0.81% -
HSV(B) 335.56º 0.33% 0.96% -
XYZ 61.65 50.58 59.94 -
YUV 192.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 246 165 198 0 0.33 0.20 0.04 335.56 0.82 0.81
Hex F6 A5 C6 0 21 14 4 150 52 51
Octal 366 245 306 0 41 24 4 520 122 121
Binary 11110110 10100101 11000110 0 100001 10100 100 101010000 1010010 1010001

Color Harmonies of #F6A5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A5C6

Black with #F6A5C6

Text Example


Text Example

White with #F6A5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A5C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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