Html Css Color HEX #F6A5C3 Carnation Pink

📋 copy color: '#F6A5C3'

red 246 ◦ green 165 ◦ blue 195

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

Shades of Carnation Pink #F6A5C3

Tints of Carnation Pink #F6A5C3

RGB

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

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

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

R = 40.59%
G = 27.23%
B = 32.18%

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

#F6A5C3 (or 0xF6A5C3) is known color: Carnation Pink. HEX triplet: F6, A5 and C3. RGB value is (246,165,195). Sum of RGB (Red+Green+Blue) = 246+165+195=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 195 (76.56% from 255 or 32.18% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A5C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A5C3 is #095A3C. Grayscale: #C0C0C0. Windows color (decimal): -612925 or 12822006. OLE color: 12822006.

HSL color Cylindrical-coordinate representation of color #F6A5C3: hue angle of 337.78º 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 #F6A5C3 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 165 195 -
CMYK 0 0.33 0.21 0.04
HSL 337.78º 0.82% 0.81% -
HSV(B) 337.78º 0.33% 0.96% -
XYZ 61.31 50.44 58.13 -
YUV 192.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 246 165 195 0 0.33 0.21 0.04 337.78 0.82 0.81
Hex F6 A5 C3 0 21 15 4 152 52 51
Octal 366 245 303 0 41 25 4 522 122 121
Binary 11110110 10100101 11000011 0 100001 10101 100 101010010 1010010 1010001

Color Harmonies of #F6A5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A5C3

Black with #F6A5C3

Text Example


Text Example

White with #F6A5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A5C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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