Html Css Color HEX #F5C9BE Your Pink

📋 copy color: '#F5C9BE'

red 245 ◦ green 201 ◦ blue 190

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

Shades of Your Pink #F5C9BE

Tints of Your Pink #F5C9BE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.6%

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

R = 38.52%
G = 31.6%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5C9BE (or 0xF5C9BE) is known color: Your Pink. HEX triplet: F5, C9 and BE. RGB value is (245,201,190). Sum of RGB (Red+Green+Blue) = 245+201+190=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C9BE is #0A3641. Grayscale: #D4D4D4. Windows color (decimal): -669250 or 12503541. OLE color: 12503541.

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

Color convert

RGB 245 201 190 -
CMYK 0 0.18 0.22 0.04
HSL 12º 0.73% 0.85% -
HSV(B) 12º 0.22% 0.96% -
XYZ 67.84 64.9 57.67 -
YUV 212.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 245 201 190 0 0.18 0.22 0.04 12 0.73 0.85
Hex F5 C9 BE 0 12 16 4 C 49 55
Octal 365 311 276 0 22 26 4 14 111 125
Binary 11110101 11001001 10111110 0 10010 10110 100 1100 1001001 1010101

Color Harmonies of #F5C9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C9BE

Black with #F5C9BE

Text Example


Text Example

White with #F5C9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C9BE; }

 p { color: rgb(245,201,190); }

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

background-color css

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

 a { background-color: rgb(245,201,190); }

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

border-color css

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

 span { border-color: rgb(245,201,190); }

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