Html Css Color HEX #F49DCC Carnation Pink

📋 copy color: '#F49DCC'

red 244 ◦ green 157 ◦ blue 204

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

Shades of Carnation Pink #F49DCC

Tints of Carnation Pink #F49DCC

RGB

 RED value IS 244 (95.7% from 255) = 40.33%

 GREEN value IS 157 (61.72% from 255) = 25.95%

 BLUE value IS 204 (80.08% from 255) = 33.72%

R = 40.33%
G = 25.95%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F49DCC (or 0xF49DCC) is known color: Carnation Pink. HEX triplet: F4, 9D and CC. RGB value is (244,157,204). Sum of RGB (Red+Green+Blue) = 244+157+204=605 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.33% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49DCC is #0B6233. Grayscale: #BCBCBC. Windows color (decimal): -746036 or 13409780. OLE color: 13409780.

HSL color Cylindrical-coordinate representation of color #F49DCC: hue angle of 327.59º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49DCC is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 157 204 -
CMYK 0 0.36 0.16 0.04
HSL 327.59º 0.8% 0.79% -
HSV(B) 327.59º 0.36% 0.96% -
XYZ 60.26 47.71 63.16 -
YUV 188.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 244 157 204 0 0.36 0.16 0.04 327.59 0.8 0.79
Hex F4 9D CC 0 24 10 4 148 50 4F
Octal 364 235 314 0 44 20 4 510 120 117
Binary 11110100 10011101 11001100 0 100100 10000 100 101001000 1010000 1001111

Color Harmonies of #F49DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49DCC

Black with #F49DCC

Text Example


Text Example

White with #F49DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49DCC; }

 p { color: rgb(244,157,204); }

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

background-color css

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

 a { background-color: rgb(244,157,204); }

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

border-color css

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

 span { border-color: rgb(244,157,204); }

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