Html Css Color HEX #F7A4CB Carnation Pink

📋 copy color: '#F7A4CB'

red 247 ◦ green 164 ◦ blue 203

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

Shades of Carnation Pink #F7A4CB

Tints of Carnation Pink #F7A4CB

RGB

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

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

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

R = 40.23%
G = 26.71%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F7A4CB (or 0xF7A4CB) is known color: Carnation Pink. HEX triplet: F7, A4 and CB. RGB value is (247,164,203). Sum of RGB (Red+Green+Blue) = 247+164+203=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7A4CB is #085B34. Grayscale: #C1C1C1. Windows color (decimal): -547637 or 13346039. OLE color: 13346039.

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

Color convert

RGB 247 164 203 -
CMYK 0 0.34 0.18 0.03
HSL 331.81º 0.84% 0.81% -
HSV(B) 331.81º 0.34% 0.97% -
XYZ 62.41 50.64 62.98 -
YUV 193.26 133.5 166.33 -
System Red Green Blue C M Y K H S L
Decimal 247 164 203 0 0.34 0.18 0.03 331.81 0.84 0.81
Hex F7 A4 CB 0 22 12 3 14C 54 51
Octal 367 244 313 0 42 22 3 514 124 121
Binary 11110111 10100100 11001011 0 100010 10010 11 101001100 1010100 1010001

Color Harmonies of #F7A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A4CB

Black with #F7A4CB

Text Example


Text Example

White with #F7A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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