Html Css Color HEX #F7A7CA Carnation Pink

📋 copy color: '#F7A7CA'

red 247 ◦ green 167 ◦ blue 202

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

Shades of Carnation Pink #F7A7CA

Tints of Carnation Pink #F7A7CA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.11%

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

R = 40.1%
G = 27.11%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7A7CA (or 0xF7A7CA) is known color: Carnation Pink. HEX triplet: F7, A7 and CA. RGB value is (247,167,202). Sum of RGB (Red+Green+Blue) = 247+167+202=616 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.10% from 616); Green value is 167 (65.62% from 255 or 27.11% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A7CA is #085835. Grayscale: #C2C2C2. Windows color (decimal): -546870 or 13281271. OLE color: 13281271.

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

Color convert

RGB 247 167 202 -
CMYK 0 0.32 0.18 0.03
HSL 333.75º 0.83% 0.81% -
HSV(B) 333.75º 0.32% 0.97% -
XYZ 62.84 51.68 62.54 -
YUV 194.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 247 167 202 0 0.32 0.18 0.03 333.75 0.83 0.81
Hex F7 A7 CA 0 20 12 3 14E 53 51
Octal 367 247 312 0 40 22 3 516 123 121
Binary 11110111 10100111 11001010 0 100000 10010 11 101001110 1010011 1010001

Color Harmonies of #F7A7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A7CA

Black with #F7A7CA

Text Example


Text Example

White with #F7A7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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