Html Css Color HEX #F5C0C0 Your Pink

📋 copy color: '#F5C0C0'

red 245 ◦ green 192 ◦ blue 192

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

Shades of Your Pink #F5C0C0

Tints of Your Pink #F5C0C0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 30.52%

 BLUE value IS 192 (75.39% from 255) = 30.52%

R = 38.95%
G = 30.52%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F5C0C0 (or 0xF5C0C0) is known color: Your Pink. HEX triplet: F5, C0 and C0. RGB value is (245,192,192). Sum of RGB (Red+Green+Blue) = 245+192+192=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5C0C0 is #0A3F3F. Grayscale: #CFCFCF. Windows color (decimal): -671552 or 12632309. OLE color: 12632309.

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

Color convert

RGB 245 192 192 -
CMYK 0 0.22 0.22 0.04
HSL 0.73% 0.86% -
HSV(B) 0.22% 0.96% -
XYZ 66.02 60.92 58.15 -
YUV 207.85 119.06 154.5 -
System Red Green Blue C M Y K H S L
Decimal 245 192 192 0 0.22 0.22 0.04 0 0.73 0.86
Hex F5 C0 C0 0 16 16 4 0 49 56
Octal 365 300 300 0 26 26 4 0 111 126
Binary 11110101 11000000 11000000 0 10110 10110 100 0 1001001 1010110

Color Harmonies of #F5C0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C0C0

Black with #F5C0C0

Text Example


Text Example

White with #F5C0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C0C0; }

 p { color: rgb(245,192,192); }

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

background-color css

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

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

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

border-color css

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

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

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