Html Css Color HEX #F6A6CA Carnation Pink

📋 copy color: '#F6A6CA'

red 246 ◦ green 166 ◦ blue 202

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

Shades of Carnation Pink #F6A6CA

Tints of Carnation Pink #F6A6CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.9%

R = 40.07%
G = 27.04%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F6A6CA (or 0xF6A6CA) is known color: Carnation Pink. HEX triplet: F6, A6 and CA. RGB value is (246,166,202). Sum of RGB (Red+Green+Blue) = 246+166+202=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A6CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A6CA is #095935. Grayscale: #C1C1C1. Windows color (decimal): -612662 or 13281014. OLE color: 13281014.

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

Color convert

RGB 246 166 202 -
CMYK 0 0.33 0.18 0.04
HSL 333º 0.82% 0.81% -
HSV(B) 333º 0.33% 0.96% -
XYZ 62.3 51.13 62.46 -
YUV 194.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 246 166 202 0 0.33 0.18 0.04 333 0.82 0.81
Hex F6 A6 CA 0 21 12 4 14D 52 51
Octal 366 246 312 0 41 22 4 515 122 121
Binary 11110110 10100110 11001010 0 100001 10010 100 101001101 1010010 1010001

Color Harmonies of #F6A6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A6CA

Black with #F6A6CA

Text Example


Text Example

White with #F6A6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A6CA; }

 p { color: rgb(246,166,202); }

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

background-color css

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

 a { background-color: rgb(246,166,202); }

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

border-color css

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

 span { border-color: rgb(246,166,202); }

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