Html Css Color HEX #F49DCB Carnation Pink

📋 copy color: '#F49DCB'

red 244 ◦ green 157 ◦ blue 203

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

Shades of Carnation Pink #F49DCB

Tints of Carnation Pink #F49DCB

RGB

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

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

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

R = 40.4%
G = 25.99%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F49DCB (or 0xF49DCB) is known color: Carnation Pink. HEX triplet: F4, 9D and CB. RGB value is (244,157,203). Sum of RGB (Red+Green+Blue) = 244+157+203=604 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.40% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 244 - color contains mainly: red. Hex color #F49DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F49DCB is #0B6234. Grayscale: #BCBCBC. Windows color (decimal): -746037 or 13344244. OLE color: 13344244.

HSL color Cylindrical-coordinate representation of color #F49DCB: hue angle of 328.28º 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 #F49DCB is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 157 203 -
CMYK 0 0.36 0.17 0.04
HSL 328.28º 0.8% 0.79% -
HSV(B) 328.28º 0.36% 0.96% -
XYZ 60.14 47.66 62.53 -
YUV 188.26 136.32 167.76 -
System Red Green Blue C M Y K H S L
Decimal 244 157 203 0 0.36 0.17 0.04 328.28 0.8 0.79
Hex F4 9D CB 0 24 11 4 148 50 4F
Octal 364 235 313 0 44 21 4 510 120 117
Binary 11110100 10011101 11001011 0 100100 10001 100 101001000 1010000 1001111

Color Harmonies of #F49DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49DCB

Black with #F49DCB

Text Example


Text Example

White with #F49DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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