Html Css Color HEX #F5A6C2 Carnation Pink

📋 copy color: '#F5A6C2'

red 245 ◦ green 166 ◦ blue 194

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

Shades of Carnation Pink #F5A6C2

Tints of Carnation Pink #F5A6C2

RGB

 RED value IS 245 (96.09% from 255) = 40.5%

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

 BLUE value IS 194 (76.17% from 255) = 32.07%

R = 40.5%
G = 27.44%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F5A6C2 (or 0xF5A6C2) is known color: Carnation Pink. HEX triplet: F5, A6 and C2. RGB value is (245,166,194). Sum of RGB (Red+Green+Blue) = 245+166+194=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A6C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A6C2 is #0A593D. Grayscale: #C0C0C0. Windows color (decimal): -678206 or 12756725. OLE color: 12756725.

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

Color convert

RGB 245 166 194 -
CMYK 0 0.32 0.21 0.04
HSL 338.73º 0.8% 0.81% -
HSV(B) 338.73º 0.32% 0.96% -
XYZ 61.03 50.58 57.59 -
YUV 192.81 128.67 165.22 -
System Red Green Blue C M Y K H S L
Decimal 245 166 194 0 0.32 0.21 0.04 338.73 0.8 0.81
Hex F5 A6 C2 0 20 15 4 153 50 51
Octal 365 246 302 0 40 25 4 523 120 121
Binary 11110101 10100110 11000010 0 100000 10101 100 101010011 1010000 1010001

Color Harmonies of #F5A6C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A6C2

Black with #F5A6C2

Text Example


Text Example

White with #F5A6C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A6C2; }

 p { color: rgb(245,166,194); }

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

background-color css

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

 a { background-color: rgb(245,166,194); }

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

border-color css

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

 span { border-color: rgb(245,166,194); }

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