Html Css Color HEX #F7A4BE Carnation Pink

📋 copy color: '#F7A4BE'

red 247 ◦ green 164 ◦ blue 190

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

Shades of Carnation Pink #F7A4BE

Tints of Carnation Pink #F7A4BE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.29%

 BLUE value IS 190 (74.61% from 255) = 31.61%

R = 41.1%
G = 27.29%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F7A4BE (or 0xF7A4BE) is known color: Carnation Pink. HEX triplet: F7, A4 and BE. RGB value is (247,164,190). Sum of RGB (Red+Green+Blue) = 247+164+190=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 164 (64.45% from 255 or 27.29% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A4BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A4BE is #085B41. Grayscale: #BFBFBF. Windows color (decimal): -547650 or 12494071. OLE color: 12494071.

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

Color convert

RGB 247 164 190 -
CMYK 0 0.34 0.23 0.03
HSL 341.2º 0.84% 0.81% -
HSV(B) 341.2º 0.34% 0.97% -
XYZ 60.93 50.04 55.16 -
YUV 191.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 247 164 190 0 0.34 0.23 0.03 341.2 0.84 0.81
Hex F7 A4 BE 0 22 17 3 155 54 51
Octal 367 244 276 0 42 27 3 525 124 121
Binary 11110111 10100100 10111110 0 100010 10111 11 101010101 1010100 1010001

Color Harmonies of #F7A4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A4BE

Black with #F7A4BE

Text Example


Text Example

White with #F7A4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A4BE; }

 p { color: rgb(247,164,190); }

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

background-color css

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

 a { background-color: rgb(247,164,190); }

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

border-color css

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

 span { border-color: rgb(247,164,190); }

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