Html Css Color HEX #F7A5C3 Carnation Pink

📋 copy color: '#F7A5C3'

red 247 ◦ green 165 ◦ blue 195

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

Shades of Carnation Pink #F7A5C3

Tints of Carnation Pink #F7A5C3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.18%

 BLUE value IS 195 (76.56% from 255) = 32.13%

R = 40.69%
G = 27.18%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F7A5C3 (or 0xF7A5C3) is known color: Carnation Pink. HEX triplet: F7, A5 and C3. RGB value is (247,165,195). Sum of RGB (Red+Green+Blue) = 247+165+195=607 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.69% from 607); Green value is 165 (64.84% from 255 or 27.18% from 607); Blue value is 195 (76.56% from 255 or 32.13% from 607); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A5C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A5C3 is #085A3C. Grayscale: #C0C0C0. Windows color (decimal): -547389 or 12822007. OLE color: 12822007.

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

Color convert

RGB 247 165 195 -
CMYK 0 0.33 0.21 0.03
HSL 338.05º 0.84% 0.81% -
HSV(B) 338.05º 0.33% 0.97% -
XYZ 61.66 50.62 58.15 -
YUV 192.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 247 165 195 0 0.33 0.21 0.03 338.05 0.84 0.81
Hex F7 A5 C3 0 21 15 3 152 54 51
Octal 367 245 303 0 41 25 3 522 124 121
Binary 11110111 10100101 11000011 0 100001 10101 11 101010010 1010100 1010001

Color Harmonies of #F7A5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A5C3

Black with #F7A5C3

Text Example


Text Example

White with #F7A5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A5C3; }

 p { color: rgb(247,165,195); }

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

background-color css

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

 a { background-color: rgb(247,165,195); }

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

border-color css

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

 span { border-color: rgb(247,165,195); }

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