Html Css Color HEX #F7A7CB Carnation Pink

📋 copy color: '#F7A7CB'

red 247 ◦ green 167 ◦ blue 203

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

Shades of Carnation Pink #F7A7CB

Tints of Carnation Pink #F7A7CB

RGB

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

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

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

R = 40.03%
G = 27.07%
B = 32.9%

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

#F7A7CB (or 0xF7A7CB) is known color: Carnation Pink. HEX triplet: F7, A7 and CB. RGB value is (247,167,203). Sum of RGB (Red+Green+Blue) = 247+167+203=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 167 (65.62% from 255 or 27.07% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A7CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A7CB is #085834. Grayscale: #C2C2C2. Windows color (decimal): -546869 or 13346807. OLE color: 13346807.

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

Color convert

RGB 247 167 203 -
CMYK 0 0.32 0.18 0.03
HSL 333º 0.83% 0.81% -
HSV(B) 333º 0.32% 0.97% -
XYZ 62.96 51.72 63.17 -
YUV 195.02 132.5 165.07 -
System Red Green Blue C M Y K H S L
Decimal 247 167 203 0 0.32 0.18 0.03 333 0.83 0.81
Hex F7 A7 CB 0 20 12 3 14D 53 51
Octal 367 247 313 0 40 22 3 515 123 121
Binary 11110111 10100111 11001011 0 100000 10010 11 101001101 1010011 1010001

Color Harmonies of #F7A7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A7CB

Black with #F7A7CB

Text Example


Text Example

White with #F7A7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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