Html Css Color HEX #F5A2BC Carnation Pink

📋 copy color: '#F5A2BC'

red 245 ◦ green 162 ◦ blue 188

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

Shades of Carnation Pink #F5A2BC

Tints of Carnation Pink #F5A2BC

RGB

 RED value IS 245 (96.09% from 255) = 41.18%

 GREEN value IS 162 (63.67% from 255) = 27.23%

 BLUE value IS 188 (73.83% from 255) = 31.6%

R = 41.18%
G = 27.23%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F5A2BC (or 0xF5A2BC) is known color: Carnation Pink. HEX triplet: F5, A2 and BC. RGB value is (245,162,188). Sum of RGB (Red+Green+Blue) = 245+162+188=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 162 (63.67% from 255 or 27.23% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A2BC is #0A5D43. Grayscale: #BDBDBD. Windows color (decimal): -679236 or 12362485. OLE color: 12362485.

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

Color convert

RGB 245 162 188 -
CMYK 0 0.34 0.23 0.04
HSL 341.2º 0.81% 0.8% -
HSV(B) 341.2º 0.34% 0.96% -
XYZ 59.65 48.88 53.87 -
YUV 189.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 245 162 188 0 0.34 0.23 0.04 341.2 0.81 0.8
Hex F5 A2 BC 0 22 17 4 155 51 50
Octal 365 242 274 0 42 27 4 525 121 120
Binary 11110101 10100010 10111100 0 100010 10111 100 101010101 1010001 1010000

Color Harmonies of #F5A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A2BC

Black with #F5A2BC

Text Example


Text Example

White with #F5A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A2BC; }

 p { color: rgb(245,162,188); }

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

background-color css

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

 a { background-color: rgb(245,162,188); }

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

border-color css

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

 span { border-color: rgb(245,162,188); }

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