Html Css Color HEX #F7A8CA Carnation Pink

📋 copy color: '#F7A8CA'

red 247 ◦ green 168 ◦ blue 202

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

Shades of Carnation Pink #F7A8CA

Tints of Carnation Pink #F7A8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.23%

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

R = 40.03%
G = 27.23%
B = 32.74%

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

#F7A8CA (or 0xF7A8CA) is known color: Carnation Pink. HEX triplet: F7, A8 and CA. RGB value is (247,168,202). Sum of RGB (Red+Green+Blue) = 247+168+202=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A8CA is #085735. Grayscale: #C3C3C3. Windows color (decimal): -546614 or 13281527. OLE color: 13281527.

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

Color convert

RGB 247 168 202 -
CMYK 0 0.32 0.18 0.03
HSL 334.18º 0.83% 0.81% -
HSV(B) 334.18º 0.32% 0.97% -
XYZ 63.02 52.04 62.6 -
YUV 195.5 131.67 164.74 -
System Red Green Blue C M Y K H S L
Decimal 247 168 202 0 0.32 0.18 0.03 334.18 0.83 0.81
Hex F7 A8 CA 0 20 12 3 14E 53 51
Octal 367 250 312 0 40 22 3 516 123 121
Binary 11110111 10101000 11001010 0 100000 10010 11 101001110 1010011 1010001

Color Harmonies of #F7A8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A8CA

Black with #F7A8CA

Text Example


Text Example

White with #F7A8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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