Html Css Color HEX #F7A8CB Carnation Pink

📋 copy color: '#F7A8CB'

red 247 ◦ green 168 ◦ blue 203

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

Shades of Carnation Pink #F7A8CB

Tints of Carnation Pink #F7A8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.85%

R = 39.97%
G = 27.18%
B = 32.85%

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

#F7A8CB (or 0xF7A8CB) is known color: Carnation Pink. HEX triplet: F7, A8 and CB. RGB value is (247,168,203). Sum of RGB (Red+Green+Blue) = 247+168+203=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A8CB is #085734. Grayscale: #C3C3C3. Windows color (decimal): -546613 or 13347063. OLE color: 13347063.

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

Color convert

RGB 247 168 203 -
CMYK 0 0.32 0.18 0.03
HSL 333.42º 0.83% 0.81% -
HSV(B) 333.42º 0.32% 0.97% -
XYZ 63.14 52.09 63.23 -
YUV 195.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 247 168 203 0 0.32 0.18 0.03 333.42 0.83 0.81
Hex F7 A8 CB 0 20 12 3 14D 53 51
Octal 367 250 313 0 40 22 3 515 123 121
Binary 11110111 10101000 11001011 0 100000 10010 11 101001101 1010011 1010001

Color Harmonies of #F7A8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A8CB

Black with #F7A8CB

Text Example


Text Example

White with #F7A8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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