Html Css Color HEX #F7A6CA Carnation Pink

📋 copy color: '#F7A6CA'

red 247 ◦ green 166 ◦ blue 202

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

Shades of Carnation Pink #F7A6CA

Tints of Carnation Pink #F7A6CA

RGB

 RED value IS 247 (96.88% from 255) = 40.16%

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

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

R = 40.16%
G = 26.99%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7A6CA (or 0xF7A6CA) is known color: Carnation Pink. HEX triplet: F7, A6 and CA. RGB value is (247,166,202). Sum of RGB (Red+Green+Blue) = 247+166+202=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 166 (65.23% from 255 or 26.99% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A6CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A6CA is #085935. Grayscale: #C2C2C2. Windows color (decimal): -547126 or 13281015. OLE color: 13281015.

HSL color Cylindrical-coordinate representation of color #F7A6CA: hue angle of 333.33º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7A6CA is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 166 202 -
CMYK 0 0.33 0.18 0.03
HSL 333.33º 0.84% 0.81% -
HSV(B) 333.33º 0.33% 0.97% -
XYZ 62.65 51.31 62.48 -
YUV 194.32 132.34 165.57 -
System Red Green Blue C M Y K H S L
Decimal 247 166 202 0 0.33 0.18 0.03 333.33 0.84 0.81
Hex F7 A6 CA 0 21 12 3 14D 54 51
Octal 367 246 312 0 41 22 3 515 124 121
Binary 11110111 10100110 11001010 0 100001 10010 11 101001101 1010100 1010001

Color Harmonies of #F7A6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A6CA

Black with #F7A6CA

Text Example


Text Example

White with #F7A6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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