Html Css Color HEX #F5A2BD Carnation Pink

📋 copy color: '#F5A2BD'

red 245 ◦ green 162 ◦ blue 189

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

Shades of Carnation Pink #F5A2BD

Tints of Carnation Pink #F5A2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.71%

R = 41.11%
G = 27.18%
B = 31.71%

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

#F5A2BD (or 0xF5A2BD) is known color: Carnation Pink. HEX triplet: F5, A2 and BD. RGB value is (245,162,189). Sum of RGB (Red+Green+Blue) = 245+162+189=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 162 (63.67% from 255 or 27.18% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A2BD is #0A5D42. Grayscale: #BDBDBD. Windows color (decimal): -679235 or 12428021. OLE color: 12428021.

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

Color convert

RGB 245 162 189 -
CMYK 0 0.34 0.23 0.04
HSL 340.48º 0.81% 0.8% -
HSV(B) 340.48º 0.34% 0.96% -
XYZ 59.76 48.93 54.44 -
YUV 189.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 245 162 189 0 0.34 0.23 0.04 340.48 0.81 0.8
Hex F5 A2 BD 0 22 17 4 154 51 50
Octal 365 242 275 0 42 27 4 524 121 120
Binary 11110101 10100010 10111101 0 100010 10111 100 101010100 1010001 1010000

Color Harmonies of #F5A2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A2BD

Black with #F5A2BD

Text Example


Text Example

White with #F5A2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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