Html Css Color HEX #F7A7C5 Carnation Pink

📋 copy color: '#F7A7C5'

red 247 ◦ green 167 ◦ blue 197

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

Shades of Carnation Pink #F7A7C5

Tints of Carnation Pink #F7A7C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 32.24%

R = 40.43%
G = 27.33%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F7A7C5 (or 0xF7A7C5) is known color: Carnation Pink. HEX triplet: F7, A7 and C5. RGB value is (247,167,197). Sum of RGB (Red+Green+Blue) = 247+167+197=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 197 (77.34% from 255 or 32.24% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A7C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A7C5 is #08583A. Grayscale: #C2C2C2. Windows color (decimal): -546875 or 12953591. OLE color: 12953591.

HSL color Cylindrical-coordinate representation of color #F7A7C5: hue angle of 337.5º 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 #F7A7C5 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 167 197 -
CMYK 0 0.32 0.20 0.03
HSL 337.5º 0.83% 0.81% -
HSV(B) 337.5º 0.32% 0.97% -
XYZ 62.25 51.44 59.47 -
YUV 194.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 247 167 197 0 0.32 0.20 0.03 337.5 0.83 0.81
Hex F7 A7 C5 0 20 14 3 152 53 51
Octal 367 247 305 0 40 24 3 522 123 121
Binary 11110111 10100111 11000101 0 100000 10100 11 101010010 1010011 1010001

Color Harmonies of #F7A7C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A7C5

Black with #F7A7C5

Text Example


Text Example

White with #F7A7C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A7C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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