Html Css Color HEX #F4A1BE Carnation Pink

📋 copy color: '#F4A1BE'

red 244 ◦ green 161 ◦ blue 190

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

Shades of Carnation Pink #F4A1BE

Tints of Carnation Pink #F4A1BE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.06%

 BLUE value IS 190 (74.61% from 255) = 31.93%

R = 41.01%
G = 27.06%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F4A1BE (or 0xF4A1BE) is known color: Carnation Pink. HEX triplet: F4, A1 and BE. RGB value is (244,161,190). Sum of RGB (Red+Green+Blue) = 244+161+190=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 161 (63.28% from 255 or 27.06% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A1BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A1BE is #0B5E41. Grayscale: #BDBDBD. Windows color (decimal): -745026 or 12493300. OLE color: 12493300.

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

Color convert

RGB 244 161 190 -
CMYK 0 0.34 0.22 0.04
HSL 339.04º 0.79% 0.79% -
HSV(B) 339.04º 0.34% 0.96% -
XYZ 59.35 48.44 54.94 -
YUV 189.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 244 161 190 0 0.34 0.22 0.04 339.04 0.79 0.79
Hex F4 A1 BE 0 22 16 4 153 4F 4F
Octal 364 241 276 0 42 26 4 523 117 117
Binary 11110100 10100001 10111110 0 100010 10110 100 101010011 1001111 1001111

Color Harmonies of #F4A1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4A1BE

Black with #F4A1BE

Text Example


Text Example

White with #F4A1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4A1BE; }

 p { color: rgb(244,161,190); }

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

background-color css

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

 a { background-color: rgb(244,161,190); }

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

border-color css

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

 span { border-color: rgb(244,161,190); }

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